From 89a47dc8662ea2eac8afb1451c9b0449168d2f39 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Fri, 13 Oct 2023 09:37:04 +0200 Subject: [PATCH] Update featurebranch deployment branch --- .github/workflows/deploy-featurebranch.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-featurebranch.yml b/.github/workflows/deploy-featurebranch.yml index 2c6302b56a..597ee36139 100644 --- a/.github/workflows/deploy-featurebranch.yml +++ b/.github/workflows/deploy-featurebranch.yml @@ -11,11 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: passeidireto/trigger-external-workflow-action@main + - uses: peter-evans/repository-dispatch@v2 env: PAYLOAD_BRANCH: ${{ github.head_ref }} PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }} with: repository: budibase/budibase-deploys + branch: BUDI-7573/use_updated_image event: featurebranch-qa-deploy - github_pat: ${{ secrets.GH_ACCESS_TOKEN }} + token: ${{ secrets.GH_ACCESS_TOKEN }}