Skip to content

Commit

Permalink
Add github token env var for release (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Feb 8, 2020
1 parent 49296de commit f9fb652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
GPG_SECRET_B64: ${{ secrets.GPG_SECRET_B64 }}
GRADLE_PROPERTIES_B64: ${{ secrets.GRADLE_PROPERTIES_B64 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.event_name == 'push' && env.GET_RELEASE == '404'
run: |
sudo snap install hub --classic
Expand Down

0 comments on commit f9fb652

Please sign in to comment.