Skip to content

Commit 4824f1d

Browse files
authored
Enable credential persistence in build-pelican workflow
Updated workflow to persist credentials for checkout and Pelican actions.
1 parent 46fea32 commit 4824f1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-pelican.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
21-
persist-credentials: false
21+
persist-credentials: true
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
2525
with:
26+
persist-credentials: true
2627
# This must be appropriate for the branch being built
2728
destination: 'asf-site'
2829
gfm: 'true'

0 commit comments

Comments
 (0)