Skip to content

Commit

Permalink
ci: send backend in client payload
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmann committed Oct 14, 2024
1 parent 180cb07 commit 9f96a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
token: ${{ secrets.GREEN_ECOLUTION_PAT }}
repository: green-ecolution/green-ecolution-management
event-type: "update-submodules-staging"
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ env.COMMIT_SHA }}", "version": "${{ env.RELEASE_VERSION }}"}'
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ env.COMMIT_SHA }}", "version": "${{ env.RELEASE_VERSION }}", "from": "backend"}'

upload_api_docs_stage:
name: Upload API Docs Stage
Expand Down

0 comments on commit 9f96a2d

Please sign in to comment.