Skip to content

Commit

Permalink
Use a PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Lee authored and Kyle Lee committed Jul 18, 2024
1 parent f7a045f commit 5562099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Notify Analyzer
run: |
echo "ohai"
curl -X POST 'https://api.github.com/repos/dequelabs/axe-devtools-mobile-analyzer/actions/workflows/test_a_workflow.yml/dispatches' -H 'Content-Type: application/json' -H 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' -d '{"ref": "testing-a-workflow"}'
curl -X POST 'https://api.github.com/repos/dequelabs/axe-devtools-mobile-analyzer/actions/workflows/test_a_workflow.yml/dispatches' -H 'Content-Type: application/json' -H 'Authorization: Bearer ${{ secrets.CI_WORKFLOW_PAT }}' -d '{"ref": "testing-a-workflow"}'

0 comments on commit 5562099

Please sign in to comment.