1
0
Fork 0
mirror of synced 2024-06-13 07:54:46 +12:00

Undo changes

This commit is contained in:
Adria Navarro 2023-10-13 10:12:15 +02:00
parent 24c8ea6fab
commit df592d9f0d

View file

@ -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 }}