Fix usage
This commit is contained in:
parent
c78c670be5
commit
40c37d51ea
|
@ -58,8 +58,8 @@ jobs:
|
||||||
- uses: peter-evans/repository-dispatch@v2
|
- uses: peter-evans/repository-dispatch@v2
|
||||||
with:
|
with:
|
||||||
repository: budibase/budibase-deploys
|
repository: budibase/budibase-deploys
|
||||||
event: release-prod
|
event-type: release-prod
|
||||||
github_pat: ${{ secrets.GH_ACCESS_TOKEN }}
|
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
client-payload: |-
|
client-payload: |-
|
||||||
{
|
{
|
||||||
"TAG": "${{ needs.tag-release.outputs.version }}"
|
"TAG": "${{ needs.tag-release.outputs.version }}"
|
||||||
|
|
Loading…
Reference in New Issue