Skip to content

Commit

Permalink
use gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 5, 2024
1 parent 75ef454 commit 1911b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 #v4
- name: Push GH Pages
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)
git config pull.rebase false
Expand Down

0 comments on commit 1911b93

Please sign in to comment.