Skip to content

Commit f181ec4

Browse files
authored
ci(github): do not persist checkout credentials
Signed-off-by: Rasamoelina, Haja Onjatiana <26148770+rhahao@users.noreply.github.com>
1 parent e71cb5d commit f181ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2828
with:
2929
ref: main
30-
persist-credentials: true
30+
persist-credentials: false
3131

3232
- name: Use Node.js LTS version
3333
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238

0 commit comments

Comments
 (0)