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.
GH_TOKEN
1 parent e833f63 commit dcb24deCopy full SHA for dcb24de
.github/workflows/release-it.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
ref: 'main'
25
fetch-depth: 0 # fetch all commits history to create the changelog
26
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_TOKEN }}
27
28
- name: Use Node.js ${{ matrix.node-version }}
29
uses: actions/[email protected]
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Make the release
49
env:
50
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
51
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52
run: |
53
# When all commits since the latest major tag should be added to the changelog, use --git.tagExclude='*[-]*'
0 commit comments