Skip to content

Commit 929cf2a

Browse files
authored
Merge pull request #407 from melexis/update-token
Start using GITHUB_TOKEN in CI
2 parents 82bc7d2 + b71d435 commit 929cf2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
- name: Build documentation with Sphinx version 7.4
4747
id: sphinx74
4848
env:
49-
PRIVATE_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
49+
PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
run: tox -e sphinx7.4
5151
continue-on-error: true
5252
- name: Build documentation with Sphinx >= 8.2.3
5353
id: sphinx_latest
5454
env:
55-
PRIVATE_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
55+
PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
if: matrix.python-version > 3.9
5757
run: tox -e sphinx-latest
5858
continue-on-error: true

0 commit comments

Comments
 (0)