Fix usage

This commit is contained in:
Adria Navarro 2023-11-06 14:14:49 +01:00
parent c78c670be5
commit 40c37d51ea
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ jobs:
- uses: peter-evans/repository-dispatch@v2
with:
repository: budibase/budibase-deploys
event: release-prod
github_pat: ${{ secrets.GH_ACCESS_TOKEN }}
event-type: release-prod
token: ${{ secrets.GH_ACCESS_TOKEN }}
client-payload: |-
{
"TAG": "${{ needs.tag-release.outputs.version }}"