Skip to content

Commit

Permalink
fix: use repo token in both locations
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Oct 2, 2020
1 parent 61950a7 commit d1a3360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
"@semantic-release/github"
"@semantic-release/npm"
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}

0 comments on commit d1a3360

Please sign in to comment.