Skip to content

Commit

Permalink
ci: change token for tagpr (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k authored Aug 22, 2024
1 parent 6c33e57 commit 1bf8248
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tagpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tagpr
on:
push:
branches:
- "main"
- 'main'
jobs:
tagpr:
runs-on: ubuntu-latest
Expand All @@ -11,13 +11,14 @@ 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.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TAGPR_GITHUB_TOKEN }}
- uses: ./.github/actions/release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
homebrew-tap-github-token: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
if: "steps.tagpr.outputs.tag != ''"
if: steps.tagpr.outputs.tag != ''

0 comments on commit 1bf8248

Please sign in to comment.