Skip to content

Commit a5a23c7

Browse files
authored
Change persist-credentials to false in workflow
1 parent ce5e81f commit a5a23c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pelican.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
21-
persist-credentials: true
21+
persist-credentials: false
2222
# This must equal the push/branches list above, and be appropriate for the destination below
2323
ref: 'main'
2424
- uses: apache/infrastructure-actions/pelican@ed044141796eb8ad67581cf5f4210656ffa77daa

0 commit comments

Comments
 (0)