Skip to content

Commit

Permalink
🔧 Update token name
Browse files Browse the repository at this point in the history
  • Loading branch information
pavithraes committed Feb 26, 2024
1 parent 1b19970 commit d6e05b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Push docs to wiki
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
run: |-
gh auth setup-git
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit d6e05b3

Please sign in to comment.