Skip to content

Commit

Permalink
Create openMINDS_upstream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olinux authored Nov 13, 2023
1 parent 4dfdbad commit 1190aa5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/openMINDS_upstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: openMINDS_upstream

on:
- push
- workflow_dispatch

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger central repository
run: |
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 }}"}'

0 comments on commit 1190aa5

Please sign in to comment.