From 24c8ea6fabafb25c2b8715c01732dcaa41fc0fc5 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Fri, 13 Oct 2023 10:02:41 +0200 Subject: [PATCH] Fix --- .github/workflows/deploy-featurebranch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-featurebranch.yml b/.github/workflows/deploy-featurebranch.yml index aa94dd9d4c..cfc0367e16 100644 --- a/.github/workflows/deploy-featurebranch.yml +++ b/.github/workflows/deploy-featurebranch.yml @@ -17,5 +17,5 @@ jobs: PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }} with: repository: budibase/budibase-deploys - event: featurebranch-qa-deploy + event-type: featurebranch-qa-deploy token: ${{ secrets.GH_ACCESS_TOKEN }}