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 4824f1d Enable credential persistence in build-pelican workflow
4824f1d is described below
commit 4824f1d0ebe820c61b910271634946b7aec4af2f
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Nov 5 09:32:16 2025 -0800
Enable credential persistence in build-pelican workflow
Updated workflow to persist credentials for checkout and Pelican actions.
---
.github/workflows/build-pelican.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build-pelican.yml
b/.github/workflows/build-pelican.yml
index 453f87c..3192f16 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -18,11 +18,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
- persist-credentials: false
+ persist-credentials: true
# This must equal the push/branches list above, and be appropriate
for the destination below
ref: 'main'
- uses:
apache/infrastructure-actions/pelican@ed044141796eb8ad67581cf5f4210656ffa77daa
with:
+ persist-credentials: true
# This must be appropriate for the branch being built
destination: 'asf-site'
gfm: 'true'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]