diff --git a/.github/workflows/moia-deploy-on-pr-merge.yaml b/.github/workflows/moia-deploy-on-pr-merge.yaml index c7ed68e..b7fef47 100644 --- a/.github/workflows/moia-deploy-on-pr-merge.yaml +++ b/.github/workflows/moia-deploy-on-pr-merge.yaml @@ -27,6 +27,6 @@ jobs: USERNAME: ${{github.actor}} PASSWORD: ${{ secrets.GITHUB_TOKEN }} run: mvn -pl org.matsim.alonso-mora:glpk,org.matsim.alonso-mora:core deploy -am --settings settings.xml -DskipTests=true -DaltSnapshotDeploymentRepository=github::default::https://maven.pkg.github.com/moia-oss/alonso-mora -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/moia-oss/alonso-mora - - name: Trigger external development build + - name: Trigger transport modeling build 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/moia-dev/matsim-external-development/dispatches --data '{"event_type": "build_application"}' + 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/moia-dev/transport-modeling/dispatches --data '{"event_type": "build_application"}'