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 076b327  OF - adjustments
076b327 is described below

commit 076b32737e4a6a68a9b28163cbc91790555297e3
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Nov 26 13:24:14 2025 -0800

    OF - adjustments
---
 .github/workflows/build-pelican.yml       | 1 -
 content/pages/draft-asf-token-standard.md | 2 --
 2 files changed, 3 deletions(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index 3192f16..f96b88f 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -23,7 +23,6 @@ jobs:
           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'
diff --git a/content/pages/draft-asf-token-standard.md 
b/content/pages/draft-asf-token-standard.md
index 9160144..652ac44 100644
--- a/content/pages/draft-asf-token-standard.md
+++ b/content/pages/draft-asf-token-standard.md
@@ -73,7 +73,6 @@ Because the maximum value of a CRC-32, `0xFFFFFFFF`, is 
encoded by this specific
 
 ## Sample generator code
 
-```python
     def asf_secret_token(component: str) -> str:
         import secrets
         import zlib
@@ -90,7 +89,6 @@ Because the maximum value of a CRC-32, `0xFFFFFFFF`, is 
encoded by this specific
             n, rem = divmod(n, 62)
             checksum = alphabet[rem] + checksum
         return f"asf_{component}_{entropy}{checksum}"
-```
 
 ## Sample generated tokens
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to