Skip to content

Commit

Permalink
Use concat of secrets.GITHUB_TOKEN and secrets.GH_TOKEN in release Ac…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
francisduvivier committed Oct 1, 2020
1 parent ad011a3 commit 22ad4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.assemble_debug_apk.outputs.debug_apk_path }}
Expand Down

0 comments on commit 22ad4ca

Please sign in to comment.