We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13aa620 commit b4aa189Copy full SHA for b4aa189
.github/workflows/npm-release.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/checkout@v3
21
with:
22
fetch-depth: 0
23
+ persist-credentials: false
24
- name: Setup Node.js
25
uses: actions/setup-node@v3
26
@@ -30,6 +31,6 @@ jobs:
30
31
run: npm audit signatures
32
- name: Release
33
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
+ GITHUB_TOKEN: ${{ secrets.SNGULARBOT_TOKEN }}
35
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
run: npm run release
0 commit comments