This is an automated email from the ASF dual-hosted git repository.

ajfabbri pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 71d216d8c80 HADOOP-19898: add permissions for pages workflow (#8504)
71d216d8c80 is described below

commit 71d216d8c80e7e2682471a2b9819c36a1558033d
Author: Aaron Fabbri <[email protected]>
AuthorDate: Wed May 20 08:20:58 2026 -0700

    HADOOP-19898: add permissions for pages workflow (#8504)
    
    We recently changed the default github actions permissions to read-only.
    
    This broke our workflow which pushds docs to github pages. The fix is to
    explicitly add needed permissions.
---
 .github/workflows/website.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index aeaaf734753..5d2d97aee21 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -23,6 +23,8 @@ on:
 
 jobs:
   build:
+    permissions:
+      contents: write
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Hadoop trunk


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

Reply via email to