Skip to content

Commit

Permalink
update to PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsol12 committed Jan 20, 2025
1 parent a9ff527 commit 7ac4ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Make the API request and capture the response code
RESPONSE=$(curl -s -o response.json -w "%{http_code}" -X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Authorization: token ${{ secrets.DEPLOY_PAT }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
https://api.github.com/repos/navnorth/wp-nn-dot-com/dispatches \
-d "{\"event_type\": \"trigger-sync-theme\", \"client_payload\": {\"branch\": \"$BRANCH_NAME\"}}")
Expand Down

0 comments on commit 7ac4ac7

Please sign in to comment.