diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml new file mode 100644 index 0000000..df9f2e6 --- /dev/null +++ b/.github/workflows/deploy.yaml @@ -0,0 +1,14 @@ +name: Deploy + +on: + pull_request: + +jobs: + deploy: + name: Trigger + uses: baely/infra/.github/workflows/deploy.yaml@workflow + with: + repository: ${{ github.repository }} + ref: ${{ github.ref }} + secrets: + token: ${{ secrets.GITHUB_TOKEN }}