Skip to content

Commit dcb24de

Browse files
authored
chore: use new GH_TOKEN secret (#1625)
1 parent e833f63 commit dcb24de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-it.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ref: 'main'
2525
fetch-depth: 0 # fetch all commits history to create the changelog
26-
token: ${{ secrets.GITHUB_TOKEN }}
26+
token: ${{ secrets.GH_TOKEN }}
2727

2828
- name: Use Node.js ${{ matrix.node-version }}
2929
uses: actions/[email protected]
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Make the release
4949
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
5151
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5252
run: |
5353
# When all commits since the latest major tag should be added to the changelog, use --git.tagExclude='*[-]*'

0 commit comments

Comments
 (0)