We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 480bcd1 + 9cae2f6 commit eb93f2bCopy full SHA for eb93f2b
1 file changed
.github/workflows/version-bump.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
# Need full history + a token that can push past branch protection.
25
fetch-depth: 0
26
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PAT_TOKEN }}
27
28
- name: Configure git
29
run: |
0 commit comments