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

jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-website.git


The following commit(s) were added to refs/heads/main by this push:
     new a585d48  add GITHUB_TOKEN
a585d48 is described below

commit a585d4809624b37fa063c2b3f67b5b6b3ae4d16e
Author: Jark Wu <[email protected]>
AuthorDate: Fri Jul 11 21:46:00 2025 +0800

    add GITHUB_TOKEN
---
 .github/workflows/website-deploy.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/website-deploy.yaml 
b/.github/workflows/website-deploy.yaml
index 55d0278..0eadae2 100644
--- a/.github/workflows/website-deploy.yaml
+++ b/.github/workflows/website-deploy.yaml
@@ -46,7 +46,11 @@ jobs:
         run: |
           cp .asf.yaml .htaccess ./build/
       - name: Deploy website
+        env:
+          GIT_USER: gh-actions
+          GIT_PASS: ${{ secrets.GITHUB_TOKEN }}
         run: |
           git config --global user.email "[email protected]"
           git config --global user.name "gh-actions"
+          echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > 
~/.netrc
           npm run deploy -- --skip-build
\ No newline at end of file

Reply via email to