We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7cb72 commit 1b00d8aCopy full SHA for 1b00d8a
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
- persist-credentials: false
+ token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
21
22
- uses: actions/setup-node@v4
23
@@ -28,6 +28,6 @@ jobs:
28
29
- name: Run semantic-release
30
env:
31
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
32
HUSKY: "0"
33
run: npx semantic-release
0 commit comments