Skip to content

Commit

Permalink
build: use different token for branch protection (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed May 10, 2022
1 parent 1ad304a commit 79bcb7a
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 @@ -50,5 +50,5 @@ jobs:
@googlemaps/semantic-release-config
semantic-release-npm-deprecate
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}

0 comments on commit 79bcb7a

Please sign in to comment.