Skip to content

Commit 7ae1e9e

Browse files
authored
hotfix: auth token key fixed with correct one (#227)
1 parent 2968467 commit 7ae1e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autotag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
14-
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
14+
token: '${{ secrets.GH_AUTH_TOKEN }}'
1515
fetch-depth: 0
1616
- uses: butlerlogic/[email protected]
1717
with:
18-
GITHUB_TOKEN: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
18+
GITHUB_TOKEN: '${{ secrets.GH_AUTH_TOKEN }}'
1919
tag_prefix: 'v'

0 commit comments

Comments
 (0)