Skip to content

Commit eb93f2b

Browse files
authored
Merge pull request #2 from ayshptk/fix/release-trigger
fix: use PAT_TOKEN so version tags trigger release workflow
2 parents 480bcd1 + 9cae2f6 commit eb93f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
# Need full history + a token that can push past branch protection.
2525
fetch-depth: 0
26-
token: ${{ secrets.GITHUB_TOKEN }}
26+
token: ${{ secrets.PAT_TOKEN }}
2727

2828
- name: Configure git
2929
run: |

0 commit comments

Comments
 (0)