Merge pull request #16727 from Budibase/feat/filter-issue-crash #2677
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}}" | |
} |