Skip to content

Commit

Permalink
ci: use GH_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Oct 23, 2022
1 parent a503445 commit 61816d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: peaceiris/workflows/[email protected]
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: |
CURRENT_TAG=$(git describe --tags --abbrev=0)
NEW_VERSION=$(npm_config_yes=true npx semver "${CURRENT_TAG}" --increment ${{ github.event.inputs.semver_type }})
Expand Down

0 comments on commit 61816d5

Please sign in to comment.