Skip to content

Commit

Permalink
Revert to PAGES_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
hilton authored Jan 7, 2025
1 parent f14e626 commit a2cbcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: curl
uses: wei/curl@master
with:
args: "-X POST -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' -H 'Accept: application/vnd.github.ant-man-preview+json' https://api.github.com/repos/hilton/hilton.github.com/pages/builds"
args: "-X POST -H 'Authorization: token ${{ secrets.PAGES_ACCESS_TOKEN }}' -H 'Accept: application/vnd.github.ant-man-preview+json' https://api.github.com/repos/hilton/hilton.github.com/pages/builds"

0 comments on commit a2cbcf3

Please sign in to comment.