Skip to content

Commit 3c125aa

Browse files
committed
chore(CI): ensure credentials are not persisted during checkout
1 parent e00a8a0 commit 3c125aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-v4-site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818
with:
1919
ref: 'main'
20+
persist-credentials: false
2021

2122
- name: Install pnpm
2223
run: |

0 commit comments

Comments
 (0)