Skip to content

Commit

Permalink
show debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Dec 22, 2023
1 parent 71fcc96 commit 67ecefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: trigger sdk-development report build
run: |
curl --silent --fail -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 --fail -i -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"}'
env:
APP_TOKEN: ${{ steps.generate_token.outputs.token }}

Expand Down

0 comments on commit 67ecefe

Please sign in to comment.