Skip to content

Commit c1b0283

Browse files
author
Justin Poehnelt
authored
build: use different token for branch protection (#314)
1 parent 381f5b9 commit c1b0283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
"@semantic-release/github"
5050
"@semantic-release/exec"
5151
env:
52-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
5353
NPM_TOKEN: skip # required in verify conditions
5454
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}

0 commit comments

Comments
 (0)