budibase/.github/workflows/deploy-featurebranch.yml

22 lines
535 B
YAML
Raw Normal View History

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