There was an error while loading. Please reload this page.
1 parent f234728 commit 4300dadCopy full SHA for 4300dad
1 file changed
.github/workflows/release-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
with:
27
fetch-depth: 0
28
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PAT_GITHUB }}
29
30
- name: Setup Node.js
31
uses: actions/setup-node@v4
@@ -81,7 +81,7 @@ jobs:
81
name: Release v${{ env.VERSION }}
82
generate_release_notes: true
83
env:
84
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
85
86
- name: Publish to npm
87
run: npm publish
0 commit comments