We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b58cb9 commit f1082fdCopy full SHA for f1082fd
.github/workflows/cut-release.yaml
@@ -22,7 +22,7 @@ jobs:
22
id: bump_version
23
uses: anothrNick/github-tag-action@1.71.0
24
env:
25
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
26
DEFAULT_BUMP: ${{ github.event.inputs.version_type }}
27
WITH_V: true
28
0 commit comments