Skip to content

Commit

Permalink
ci: change token for tagpr
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Aug 23, 2024
1 parent cec3909 commit f18fe62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tagpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.TAGPR_GITHUB_TOKEN }}
- name: tagpr
id: tagpr
uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.TAGPR_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/actions/release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f18fe62

Please sign in to comment.