diff --git a/.github/workflows/MetaProject.yml b/.github/workflows/MetaProject.yml new file mode 100644 index 00000000..666a2004 --- /dev/null +++ b/.github/workflows/MetaProject.yml @@ -0,0 +1,17 @@ +name: MetaUpdate +on: + issue_comment: + types: + - created + workflow_dispatch: +jobs: + MetaUpdate: + runs-on: ubuntu-latest + steps: + - name: Meta Package Update + uses: peter-evans/repository-dispatch@v3 + with: + token: ${{ secrets.PAT }} + repository: kestrelquantum/Piccolo.jl + event-type: meta-update-qc + client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'