Skip to content

Commit

Permalink
change update version step gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
ediszatega committed Aug 5, 2024
1 parent f7f63a4 commit 3b3d821
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 @@ -63,7 +63,7 @@ jobs:
if: env.MODIFIED == 'true'
env:
HEAD: release-$VERSION
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git checkout -b ${{ env.HEAD }}
git add package.json
Expand Down

0 comments on commit 3b3d821

Please sign in to comment.