1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Merge pull request #12262 from Budibase/fix/deploy-qa-actions

Fix and unify actions
This commit is contained in:
Adria Navarro 2023-11-03 10:37:15 +01:00 committed by GitHub
commit a9c0756c08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -17,6 +17,6 @@ jobs:
token: ${{ secrets.GH_ACCESS_TOKEN }}
client-payload: |-
{
"PAYLOAD_VERSION": "${{ github.sha }}",
"VERSION": "${{ github.sha }}",
"REF_NAME": "${{ github.ref_name}}"
}

View file

@ -170,9 +170,9 @@ jobs:
with:
repository: budibase/budibase-deploys
event-type: budicloud-qa-deploy
github_pat: ${{ secrets.GH_ACCESS_TOKEN }}
token: ${{ secrets.GH_ACCESS_TOKEN }}
client-payload: |-
{
"PAYLOAD_VERSION": "${{ github.ref_name }}",
"VERSION": "${{ github.ref_name }}",
"REF_NAME": "${{ github.ref_name}}"
}