diff --git a/.github/workflows/trigger-ypackagist-build.yml b/.github/workflows/trigger-ypackagist-build.yml new file mode 100644 index 0000000..eca893b --- /dev/null +++ b/.github/workflows/trigger-ypackagist-build.yml @@ -0,0 +1,17 @@ +name: YPackagist CD + +on: + push: + branches: [ "main" ] + +jobs: + deploy: + runs-on: [ self-hosted ] + + steps: + - uses: actions/checkout@v3 + + - id: deploy-ypackagist + uses: managed-application-services/deploy-ypackagist-action@main + with: + bearer-token: ${{ secrets.BEARER_TOKEN }}