Skip to content

Commit 50bd413

Browse files
authored
Disable 'persist-credentials' for 'actions/checkout' (#7)
1 parent 960b57a commit 50bd413

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-ext.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
persist-credentials: false
1113

1214
- name: Use Node.js
1315
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)