Skip to content

Commit 2243cee

Browse files
authored
Update release.yml (#39)
1 parent f31895d commit 2243cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Need full history for changesets
3333
fetch-depth: 0
3434
# Use a token that can trigger workflows (for release PR creation)
35-
token: ${{ secrets.GITHUB_TOKEN }}
35+
token: ${{ secrets.SDK_RELEASE_PAT }}
3636

3737
- name: Setup Node.js
3838
uses: actions/setup-node@v4
@@ -89,7 +89,7 @@ jobs:
8989
commit: "chore: version packages"
9090
createGithubReleases: true
9191
env:
92-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92+
GITHUB_TOKEN: ${{ secrets.SDK_RELEASE_PAT }}
9393
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9494
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # do not remove this line (https://github.com/changesets/action/issues/98)
9595
PM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)