Skip to content

Commit

Permalink
gci: Switch to PAT for gh-pages authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Mar 1, 2024
1 parent d0a96d6 commit f69cade
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
build:
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
runs-on: ubuntu-latest
steps:
- name: Checkout Github repo
Expand Down Expand Up @@ -68,7 +67,7 @@ jobs:
env:
DOCSBRANCH: "gh-pages"
DOCSREMOTE: "origin"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GH_PAGES_PAT }}"
run: |
rm libs/gl-client-py/glclient/*.pyi
PATH=$(pwd)/.venv/bin:$PATH make docs

0 comments on commit f69cade

Please sign in to comment.