1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Merge branch 'user-migration-bug-fix-test' of github.com:Budibase/budibase into user-migration-bug-fix-test

This commit is contained in:
Sam Rose 2023-11-03 12:54:14 +00:00
commit ca68459369
No known key found for this signature in database
3 changed files with 4 additions and 4 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}}"
}

View file

@ -1,5 +1,5 @@
{
"version": "2.12.7",
"version": "2.12.9",
"npmClient": "yarn",
"packages": [
"packages/*"