1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/.github/workflows/deploy-qa.yml
2023-12-04 09:36:07 +01:00

23 lines
506 B
YAML

name: Deploy QA
on:
push:
branches:
- master
workflow_dispatch:
jobs:
trigger-deploy-to-qa-env:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v2
with:
repository: budibase/budibase-deploys
event-type: budicloud-qa-deploy
token: ${{ secrets.GH_ACCESS_TOKEN }}
client-payload: |-
{
"VERSION": "${{ github.sha }}",
"REF_NAME": "${{ github.ref_name}}"
}