1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00
budibase/.github/workflows/deploy-featurebranch.yml

21 lines
519 B
YAML
Raw Normal View History

name: deploy-featurebranch
on:
pull_request:
branches:
2023-10-07 00:02:17 +13:00
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: passeidireto/trigger-external-workflow-action@main
env:
2023-09-26 05:00:00 +13:00
PAYLOAD_BRANCH: ${{ github.head_ref }}
2023-10-11 22:12:14 +13:00
PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }}
with:
repository: budibase/budibase-deploys
event: featurebranch-qa-deploy
github_pat: ${{ secrets.GH_ACCESS_TOKEN }}