We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e41d7 commit 58e77bcCopy full SHA for 58e77bc
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
with:
27
fetch-depth: 0
28
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_TOKEN }}
29
30
- name: Setup Node.js
31
uses: actions/setup-node@v4
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
git config user.name "github-actions[bot]"
41
git config user.email "github-actions[bot]@users.noreply.github.com"
42
- git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
+ git remote set-url origin https://x-access-token:${{ secrets.RELEASE_TOKEN }}@github.com/${{ github.repository }}
43
44
- name: Backup current state
45
id: backup
0 commit comments