diff --git a/.github/workflows/deploy-featurebranch.yml b/.github/workflows/deploy-featurebranch.yml index cfc0367e16..2c6302b56a 100644 --- a/.github/workflows/deploy-featurebranch.yml +++ b/.github/workflows/deploy-featurebranch.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: peter-evans/repository-dispatch@v2 + - uses: passeidireto/trigger-external-workflow-action@main env: PAYLOAD_BRANCH: ${{ github.head_ref }} PAYLOAD_PR_NUMBER: ${{ github.event.pull_request.number }} with: repository: budibase/budibase-deploys - event-type: featurebranch-qa-deploy - token: ${{ secrets.GH_ACCESS_TOKEN }} + event: featurebranch-qa-deploy + github_pat: ${{ secrets.GH_ACCESS_TOKEN }}