We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2968467 commit 7ae1e9eCopy full SHA for 7ae1e9e
.github/workflows/autotag.yml
@@ -11,9 +11,9 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
with:
14
- token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
+ token: '${{ secrets.GH_AUTH_TOKEN }}'
15
fetch-depth: 0
16
- uses: butlerlogic/[email protected]
17
18
- GITHUB_TOKEN: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
+ GITHUB_TOKEN: '${{ secrets.GH_AUTH_TOKEN }}'
19
tag_prefix: 'v'
0 commit comments