This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new ad41621 Update GitHub Actions workflow for Pelican build (#51)
ad41621 is described below
commit ad416217a4d074834c6b64ac58bfac6a7f2d2abb
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Nov 3 15:26:23 2025 -0800
Update GitHub Actions workflow for Pelican build (#51)
---
.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]