Skip to content

Commit 76f841e

Browse files
Update JSON payload in on-push-release workflow
1 parent 5fb7101 commit 76f841e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/on-push-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
echo '
5656
{
5757
"event_type": "journey-release",
58-
"client_payload": {
59-
"repository": "${{ github.repository }}",
60-
"packages": [
61-
"@bb/package1@1.0.0",
62-
"@bb/package2@1.0.0",
63-
"@bb/package3@1.0.0"
64-
]
58+
"client_payload": {
59+
"sourceContext": {
60+
"repository": "${{ github.repository }}",
61+
"jiraTicket": "JIRA-12345",
62+
"author": "${{ github.actor }}"
63+
},
64+
"npmPackages": [ "package1@1.2.3", "package2@1.2.3"]
6565
}
6666
}
6767
' | curl -L \

0 commit comments

Comments
 (0)