1
Fork 0

fix: use personal token instead

Replaced GITHUB_TOKEN with PERSONAL_TOKEN for deployment.
This commit is contained in:
Tibo De Peuter 2026-05-03 17:43:34 +02:00 committed by GitHub
parent f87c696dac
commit b1ef5125ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,4 +17,4 @@ jobs:
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}