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

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 4440af6  docs: Fix build website permission changed (#564)
4440af6 is described below

commit 4440af69a354d9af56f239a6126a7f4b7945d58b
Author: Xuanwo <[email protected]>
AuthorDate: Mon Aug 19 09:51:35 2024 +0800

    docs: Fix build website permission changed (#564)
---
 .github/workflows/website.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index d72ba03..bbe3e53 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -32,6 +32,8 @@ concurrency:
 jobs:
   build:
     runs-on: ubuntu-latest
+    permissions:
+      contents: write
     steps:
       - uses: actions/checkout@v4
 

Reply via email to