Skip to content

Commit

Permalink
chore(ci): update GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Aug 4, 2023
1 parent aaea722 commit 6383979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: release_tag
uses: yyx990803/release-tag@master
env:
GITHUB_TOKEN: ${{ secrets.GIT_ACTION }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
body: |
Expand Down

0 comments on commit 6383979

Please sign in to comment.