Skip to content

Commit 61816d5

Browse files
authored
ci: use GH_PAT
1 parent a503445 commit 61816d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: peaceiris/workflows/[email protected]
3030
- name: Create release
3131
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3333
run: |
3434
CURRENT_TAG=$(git describe --tags --abbrev=0)
3535
NEW_VERSION=$(npm_config_yes=true npx semver "${CURRENT_TAG}" --increment ${{ github.event.inputs.semver_type }})

0 commit comments

Comments
 (0)