Skip to content

Commit

Permalink
Fixing scheduled publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanachi committed Aug 12, 2024
1 parent 0003b37 commit b6857ff
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- name: Trigger GitHub Pages Publish action
run: |
curl --fail --request POST \
--url https://api.github.com/repos/rpanachi/rpanachi.github.io/pages/builds \
--header "Authorization: token $TOKEN"
--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 }}

0 comments on commit b6857ff

Please sign in to comment.