Skip to content

Commit

Permalink
add gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 5, 2024
1 parent 8199dc1 commit 4cc8dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 #v4
- name: Push GH Pages
env:
GH_TOKEN: ${{ github.token }}
run: |
SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)
git config pull.rebase false
Expand Down

0 comments on commit 4cc8dc2

Please sign in to comment.