Skip to content

Commit acf08dd

Browse files
authored
Merge pull request #1138 from MrAnno/push-swvwqmnoyxow
ci: fix release workflow permissions
2 parents d358dc3 + e3292de commit acf08dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/version-bump.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
- name: Checkout AxoSyslog source
5353
uses: actions/checkout@v6.0.2
5454
with:
55-
persist-credentials: false
55+
persist-credentials: true
56+
token: ${{ secrets.PAT_FOR_ACTIONS }}
5657
fetch-depth: 0
5758

5859
- name: Check existing PR

0 commit comments

Comments
 (0)