diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b6503299c8..f14d96eaf6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,6 +15,6 @@ jobs: - name: Repository Dispatch uses: peter-evans/repository-dispatch@v2 with: - token: ${{ secrets.PERSONAL_TOKEN }} + token: ${{ secrets.DEPLOY_DOC_PAT }} repository: devitocodes/devitoproject.org event-type: deploy-docs \ No newline at end of file