Skip to content

Commit 95e119c

Browse files
authored
persist credentials for git (#677)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
1 parent 02e765a commit 95e119c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
9191
with:
9292
fetch-depth: 0
93-
persist-credentials: false
93+
persist-credentials: true
9494

9595
- name: Bootstrap environment
9696
uses: ./.github/actions/bootstrap

0 commit comments

Comments
 (0)