Skip to content

Commit

Permalink
Merge pull request #8 from chaspy/use-pat
Browse files Browse the repository at this point in the history
Use PAT for tagpr
  • Loading branch information
chaspy authored Jan 22, 2024
2 parents 66753df + 4a94f48 commit 8053dc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.TAGPR_PAT }}
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TAGPR_PAT }}

0 comments on commit 8053dc2

Please sign in to comment.