Skip to content

Commit 834a9d5

Browse files
committed
Revert "Do not persist credentials in archive building workflow"
Not persisting credentials will fail the `git push` in the last step of the archive building workflow. This reverts commit 2ae5687.
1 parent 2ae5687 commit 834a9d5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-data-archive.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- name: Check out repository
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20-
with:
21-
persist-credentials: false
2220

2321
- name: Install just
2422
run: |

0 commit comments

Comments
 (0)