Skip to content

Commit

Permalink
ci: fix doc deploy pat
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Oct 4, 2023
1 parent 102bf4c commit 2d355c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d355c2

Please sign in to comment.