From ba0ba19a693097fe6a29282b96682683ef27c042 Mon Sep 17 00:00:00 2001 From: Miracle575 Date: Thu, 12 Sep 2024 01:59:58 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20repo=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=8C=BA=E5=88=86=E4=B8=8D=E5=90=8C=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/send-release-test-notification.yaml | 3 ++- .github/workflows/test-build-publish.yaml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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" + }'