From 94f3fd5104c9ee85bae5eaaf12d52d63337edf39 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 26 Jun 2023 10:18:56 -0600 Subject: [PATCH] Added YPackagist build workflow. --- .github/workflows/trigger-ypackagist-build.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/trigger-ypackagist-build.yml 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 }}