Skip to content
Snippets Groups Projects

git subrepo pull packages/HighFive

8 files
+ 341
83
Compare changes
  • Side-by-side
  • Inline

Files

@@ -7,9 +7,9 @@ jobs:
@@ -7,9 +7,9 @@ jobs:
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
steps:
- name: Trigger integration tests on BlueBrain/HighFive-testing
- name: Trigger integration tests on highfive-devs/bbp-integration
run: |
run: |
curl -X POST https://api.github.com/repos/BlueBrain/HighFive-testing/dispatches \
curl -X POST https://api.github.com/repos/highfive-devs/bbp-integration/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"event_type": "merge", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
--data '{"event_type": "merge", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
Loading