Skip to content

Commit 2ae5687

Browse files
committed
Do not persist credentials in archive building workflow
1 parent dc00bc0 commit 2ae5687

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

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

2123
- name: Install just
2224
run: |

0 commit comments

Comments
 (0)