We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d89580 commit ef17a63Copy full SHA for ef17a63
1 file changed
.github/workflows/build-pelican.yml
@@ -13,12 +13,15 @@ on:
13
jobs:
14
build-pelican:
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ contents: write # because we push to asf-site
18
steps:
19
- uses: actions/checkout@v4
20
with:
21
+ persist-credentials: false
22
# This must equal the push/branches list above, and be appropriate for the destination below
23
ref: 'main'
- - uses: apache/infrastructure-actions/pelican@main
24
+ - uses: apache/infrastructure-actions/pelican@ed044141796eb8ad67581cf5f4210656ffa77daa
25
26
# This must be appropriate for the branch being built
27
destination: 'asf-site'
0 commit comments