Skip to content

Commit

Permalink
State github_token explicitly in env
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Sep 13, 2021
1 parent d8a5b59 commit 0aeb9b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -50,4 +50,5 @@ jobs:
with:
name: Version ${{ needs.prepare-to-publish.outputs.gem-version }}
prerelease: ${{ contains(needs.prepare-to-publish.outputs.gem-version, '-') }}
token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0aeb9b7

Please sign in to comment.