Skip to content

Commit 1ae8610

Browse files
committed
update
1 parent 9304751 commit 1ae8610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tagpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
token: ${{ secrets.GH_PAT }}
17+
token: ${{ secrets.GITHUB_TOKEN }}
1818
- uses: Songmu/tagpr@v1
1919
env:
20-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)