Skip to content

Commit f23edac

Browse files
committed
ci: use PAT for tag push to trigger release workflow
1 parent 34b43f4 commit f23edac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Bump version and push tag
4444
uses: anothrNick/github-tag-action@v1
4545
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
4747
DEFAULT_BUMP: patch
4848
TAG_PREFIX: v
4949
WITH_V: true # Ensures consistent v prefix

0 commit comments

Comments
 (0)