mirror of
https://github.com/jazzband/django-categories.git
synced 2026-05-12 17:43:12 +00:00
Trying a different token variable. @minor
This commit is contained in:
parent
797ae50c8a
commit
87143a8fe2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
|
@ -33,6 +33,6 @@ jobs:
|
|||
- name: github pages deploy
|
||||
uses: peaceiris/actions-gh-pages@v3.8.0
|
||||
env:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ github.token }}
|
||||
publish_branch: gh-pages
|
||||
publish_dir: docs
|
||||
|
|
|
|||
Loading…
Reference in a new issue