Skip to content

Commit 84ce91a

Browse files
committed
ci: persist credentials to run deploy
1 parent 52d5d76 commit 84ce91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
with:
24-
persist-credentials: false
24+
persist-credentials: true
2525

2626
- name: Configure Git Credentials
2727
run: |

0 commit comments

Comments
 (0)