We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31895d commit 2243ceeCopy full SHA for 2243cee
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
# Need full history for changesets
33
fetch-depth: 0
34
# Use a token that can trigger workflows (for release PR creation)
35
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.SDK_RELEASE_PAT }}
36
37
- name: Setup Node.js
38
uses: actions/setup-node@v4
@@ -89,7 +89,7 @@ jobs:
89
commit: "chore: version packages"
90
createGithubReleases: true
91
env:
92
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.SDK_RELEASE_PAT }}
93
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
94
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # do not remove this line (https://github.com/changesets/action/issues/98)
95
PM_CONFIG_PROVENANCE: true
0 commit comments