diff --git a/.github/workflows/send-release-test-notification.yaml b/.github/workflows/send-release-test-notification.yaml index 80003105f6..70528be81f 100644 --- a/.github/workflows/send-release-test-notification.yaml +++ b/.github/workflows/send-release-test-notification.yaml @@ -28,5 +28,6 @@ jobs: -H "Content-Type: application/json" \ -H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}" \ -d '{ - "time": "${{ github.event.inputs.time }}" + "time": "${{ github.event.inputs.time }}", + "repo": "private-scow" }' diff --git a/.github/workflows/test-build-publish.yaml b/.github/workflows/test-build-publish.yaml index 2fff531365..4977d7bc88 100644 --- a/.github/workflows/test-build-publish.yaml +++ b/.github/workflows/test-build-publish.yaml @@ -282,4 +282,7 @@ jobs: run: | curl -X POST ${{ secrets.RELEASE_SERVICE_ADDRESS }}/version/success \ -H "Content-Type: application/json" \ - -H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}" + -H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}" \ + -d '{ + "repo": "private-scow" + }'