Skip to content

fix: link to Migration Guide. (#72) #63

fix: link to Migration Guide. (#72)

fix: link to Migration Guide. (#72) #63

name: Integration Test Trigger
permissions: read-all
on:
push:
branches:
- main
- v2.x
jobs:
merge-PR:
runs-on: ubuntu-latest
steps:
- name: Trigger integration tests on highfive-devs/bbp-integration
run: |
curl -X POST "https://api.github.com/repos/highfive-devs/bbp-integration/dispatches" \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H "Authorization: Bearer ${{ secrets.BBP_INTEGRATION_TRIGGER }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
--data '{"event_type": "merge", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'