Skip to content

Commit 84d62de

Browse files
author
Omer Bulut
committed
fix: use PAT_TOKEN for version bump workflow write access
1 parent 10d5a79 commit 84d62de

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
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
token: ${{ secrets.GITHUB_TOKEN }}
20+
token: ${{ secrets.PAT_TOKEN }}
2121

2222
- name: Setup Git
2323
run: |

0 commit comments

Comments
 (0)