Skip to content

Commit cf5e71f

Browse files
authored
Merge pull request #542 from Raphael-Gazzotti/pipeline-update-v3
Update pipeline v3
2 parents d309df0 + 3d47d4d commit cf5e71f

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

.github/workflows/openMINDS_build.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/openMINDS_upstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ jobs:
1111
- name: Trigger central repository
1212
run: |
1313
curl -XPOST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/openMetadataInitiative/openMINDS/actions/workflows/build.yml/dispatches --data '{"ref": "pipeline", "inputs": {"branch": "${{github.ref_name}}", "repository": "${{ github.repository }}"}}'
14+
curl -XPOST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/openMetadataInitiative/openMINDS/actions/workflows/build-dev.yml/dispatches --data '{"ref": "pipeline", "inputs": {"branch": "${{github.ref_name}}", "repository": "${{ github.repository }}"}}'

0 commit comments

Comments
 (0)