Skip to content

Commit

Permalink
ci: release token
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Nov 24, 2023
1 parent e6dd6cb commit 2eeb2ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
releaseDirectory: ./app/build/outputs/apk/release/
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
- name: Upload artifact
uses: actions/upload-artifact@v1
Expand All @@ -49,5 +49,6 @@ jobs:
draft: true
prerelease: false
tag_name: "vnext"
token: ${{ secrets.ACCESS_TOKEN }}
files: |
${{ steps.sign_app.outputs.signedReleaseFile }}

0 comments on commit 2eeb2ed

Please sign in to comment.