Skip to content

Commit

Permalink
Add dispatch browser integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
berejant committed Oct 11, 2023
1 parent 31cead2 commit e09b4c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,16 @@ jobs:
repository: kneu-messenger-pigeon/pigeon-app
event-type: environments-updated
client-payload: '{"initiator": "${{ github.event.repository.name }}"}'

dispatch-browser-integration-tests:
runs-on: ubuntu-22.04
needs:
- put-secrets-into-infisical
steps:
- name: Pigeon App Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.TOKEN_TO_RUN_GITHUB_ACTION }}
repository: kneu-messenger-pigeon/realtime-capture-browser-integration-tests
event-type: realtime-capture-deployed
client-payload: '{"initiator": "${{ github.event.repository.name }}"}'

0 comments on commit e09b4c0

Please sign in to comment.