Skip to content

Commit 5b5f860

Browse files
authored
fix (#20)
1 parent 94d7829 commit 5b5f860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-with-gitversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Create and push annotated tag (minor+1, patch=0)
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.GIST_AUTH_TOKEN }}
3232
run: |
3333
set -euo pipefail
3434
MAJOR="${{ steps.gitversion.outputs.major }}"

0 commit comments

Comments
 (0)