Skip to content

Commit 3c6c390

Browse files
Persist credentials in this workflow
1 parent c4090ca commit 3c6c390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-main-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
21-
persist-credentials: false
21+
persist-credentials: true
2222
- name: Configure Git
2323
run: |
2424
git config user.email 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)