Skip to content

Commit

Permalink
Merge pull request #14 from GispoCoding/change-repository-dispatch-token
Browse files Browse the repository at this point in the history
Use github_token instead of access_token
  • Loading branch information
ismogis committed Jan 16, 2024
2 parents dcddf4d + feeafce commit 819cc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
if: steps.changed-rmd.outputs.any_changed == 'true'
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
event-type: render-deploy

0 comments on commit 819cc26

Please sign in to comment.