Skip to content

Commit

Permalink
ci: fix bump.yml error caused by token problem (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Aug 27, 2024
1 parent 1eba4e1 commit b46e4a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
bump:
runs-on: ubuntu-latest

env:
GH_TOKEN: ${{ secrets.GH_PAT }}

steps:
- name: Set up checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -68,5 +71,3 @@ jobs:
-f "body=Bump \`${{ github.repository }}\` from v${{ env.OLD_VERSION }} to v${{ env.NEW_VERSION }} :tada:" \
-f "head=${{ github.repository_owner }}:release-${{ inputs.type }}-${{ env.SHORT_SHA }}" \
-f "base=main"
env:
GH_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit b46e4a2

Please sign in to comment.