Skip to content

Commit

Permalink
hotfix: auth token key fixed with correct one (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
imzedi authored Dec 6, 2024
1 parent 2968467 commit 7ae1e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
token: '${{ secrets.GH_AUTH_TOKEN }}'
fetch-depth: 0
- uses: butlerlogic/[email protected]
with:
GITHUB_TOKEN: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
GITHUB_TOKEN: '${{ secrets.GH_AUTH_TOKEN }}'
tag_prefix: 'v'

0 comments on commit 7ae1e9e

Please sign in to comment.