Skip to content

Commit

Permalink
Fixing schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanachi committed Aug 26, 2024
1 parent 431e49d commit d46b0f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d46b0f8

Please sign in to comment.