Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed May 23, 2024
1 parent ea4f34d commit 0df2e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: trigger-e2e-tests
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.E2E_REPO_DISPATCH_PAT }}" \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.E2E_REPO_DISPATCH_PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/replicatedhq/replicated-actions-test/dispatches \
-d '{"event_type":"e2e-tests"}'
-d '{"event_type":"e2e-tests","client_payload":{"sha":"${{ github.sha }}"}}'

0 comments on commit 0df2e73

Please sign in to comment.