Skip to content

Commit

Permalink
renamed secret envs in doc workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Dec 22, 2023
1 parent 3c48209 commit 602d9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Publish docs to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: docs/build/html
2 changes: 1 addition & 1 deletion .github/workflows/docs_source_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Open PR with changes
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
title: "[Docs]: update docs source"
commit-message: "update docs source"
branch: "docs_source_update"
Expand Down

0 comments on commit 602d9f6

Please sign in to comment.