This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch dave2wave-patch-2-1 in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
commit 34709276c2c975dc9957ab9a41d14c541f01ad0e Author: Dave Fisher <[email protected]> AuthorDate: Mon Nov 3 15:24:02 2025 -0800 Update GitHub Actions workflow for Pelican build --- .github/workflows/build-pelican.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index 212260d..453f87c 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -13,12 +13,15 @@ on: jobs: build-pelican: runs-on: ubuntu-latest + permissions: + contents: write # because we push to asf-site steps: - uses: actions/checkout@v4 with: + persist-credentials: false # This must equal the push/branches list above, and be appropriate for the destination below ref: 'main' - - uses: apache/infrastructure-actions/pelican@main + - uses: apache/infrastructure-actions/pelican@ed044141796eb8ad67581cf5f4210656ffa77daa with: # This must be appropriate for the branch being built destination: 'asf-site' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
