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 11b688e commit 76563e5Copy full SHA for 76563e5
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0
22
persist-credentials: false
23
+ token: ${{ secrets.RELEASE_TOKEN }}
24
25
- name: Setup Node.js
26
uses: actions/setup-node@v4
@@ -38,5 +39,5 @@ jobs:
38
39
40
- name: Release
41
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
43
run: npx semantic-release
0 commit comments