Skip to content

Commit 224366e

Browse files
authored
ci(workflows): disable actions/checkout credential persistance (#384)
1 parent 0ae9097 commit 224366e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v5
32+
with:
33+
persist-credentials: false
3234
- name: Build
3335
uses: actions/setup-node@v4
3436
with:

0 commit comments

Comments
 (0)