diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index cb4b7b8..6ac27a3 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -11,8 +11,8 @@ jobs: - name: Trigger GitHub Pages Publish action run: | curl --fail --request POST \ - --url https://api.github.com/repos/rpanachi/rpanachi.github.io/actions/workflows/jekyll.yml/dispatches \ - --header "Authorization: token $TOKEN" \ - -d '{"ref":"master"}' + --url https://api.github.com/repos/rpanachi/rpanachi.github.io/actions/workflows/jekyll.yml/dispatches \ + --header "Authorization: token $TOKEN" \ + -d '{"ref":"master"}' env: TOKEN: ${{ secrets.PUBLISH_TOKEN }}