Skip to content

Commit c69401b

Browse files
committed
update payload
1 parent b26a408 commit c69401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: Send POST request
1010
run: |
11-
curl -X POST -H "Content-Type: application/json" -d '{"appId": $APP_ID, "releaseId": "${{ github.event.release.id }}"}' $WEBHOOK_URL
11+
curl -X POST -H "Content-Type: application/json" -d '{"appId": $APP_ID, "repository": "${{ github.repository }}", "owner": "${{ github.event.repository.owner.login }}"}' $WEBHOOK_URL
1212
env:
1313
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
1414
APP_ID: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)