Skip to content

Commit

Permalink
surely not this
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Dec 22, 2023
1 parent 3bacd04 commit 71fcc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:

- name: trigger sdk-development report build
run: |
curl -H "Authorization: Bearer ${GITHUB_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 --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"}'
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
APP_TOKEN: ${{ steps.generate_token.outputs.token }}


test-with-browsers:
Expand Down

0 comments on commit 71fcc96

Please sign in to comment.