Skip to content

Commit f1082fd

Browse files
authored
fix secret ref
1 parent 4b58cb9 commit f1082fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cut-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: bump_version
2323
uses: anothrNick/github-tag-action@1.71.0
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
2626
DEFAULT_BUMP: ${{ github.event.inputs.version_type }}
2727
WITH_V: true
2828

0 commit comments

Comments
 (0)