Skip to content

Commit ef17a63

Browse files
authored
Update GitHub Actions workflow for Pelican build (#51) (#52)
1 parent 4d89580 commit ef17a63

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-pelican.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ on:
1313
jobs:
1414
build-pelican:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write # because we push to asf-site
1618
steps:
1719
- uses: actions/checkout@v4
1820
with:
21+
persist-credentials: false
1922
# This must equal the push/branches list above, and be appropriate for the destination below
2023
ref: 'main'
21-
- uses: apache/infrastructure-actions/pelican@main
24+
- uses: apache/infrastructure-actions/pelican@ed044141796eb8ad67581cf5f4210656ffa77daa
2225
with:
2326
# This must be appropriate for the branch being built
2427
destination: 'asf-site'

0 commit comments

Comments
 (0)