Skip to content

Commit

Permalink
workflows: Update github token environment variable
Browse files Browse the repository at this point in the history
Use GITHUB_TOKEN for GitHub token variable.

Signed-off-by: Jan Tore Guggedal <[email protected]>
  • Loading branch information
jtguggedal committed Dec 2, 2024
1 parent 564a347 commit 3a17a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Update gh-pages
if: ${{ github.event_name == 'push' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global --add safe.directory "$(pwd)"
git config --global user.name "GitHub Actions"
Expand Down

0 comments on commit 3a17a2f

Please sign in to comment.