Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
set up keystore
  • Loading branch information
jclark118 authored Oct 27, 2023
1 parent db4e3ad commit 6a811e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
java-version: 16
distribution: 'adopt'
- name: Setup Keystore
run: |
echo "${{ secrets.SIGNING_KEY }}" > release.b64
base64 -d release.b64 > release.keystore
- name: mobsfscan
uses: MobSF/[email protected]
with:
Expand Down

0 comments on commit 6a811e5

Please sign in to comment.