Skip to content

Commit

Permalink
add more headers
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Dec 22, 2023
1 parent 465db58 commit 6986809
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,13 @@ jobs:

- name: trigger sdk-development report build
run: |
curl -H "Authorization: Bearer ${APP_TOKEN}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/TBD54566975/sdk-development/actions/workflows/build-report.yaml/dispatches --data '{"ref": "main"}'
curl -L \
-H "Authorization: Bearer ${APP_TOKEN}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
-H "Content-Type: application/json" \
-v
--data '{"ref": "main"}' \
https://api.github.com/repos/TBD54566975/sdk-development/actions/workflows/build-report.yaml/dispatches
env:
APP_TOKEN: ${{ steps.generate_token.outputs.token }}

Expand Down

0 comments on commit 6986809

Please sign in to comment.