Unverified Commit f73aae0b authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Update GITHUB_TOKEN secret for documentation push (#10458)

parent 69b35793
...@@ -43,7 +43,7 @@ jobs: ...@@ -43,7 +43,7 @@ jobs:
- name: Push HTML to sgl-project.github.io - name: Push HTML to sgl-project.github.io
timeout-minutes: 60 timeout-minutes: 60
env: env:
GITHUB_TOKEN: ${{ secrets.DOCUMENTATION_PAT_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_DOCUMENTATION }}
run: | run: |
cd docs cd docs
make html make html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment