Skip to content

Commit ee7fe92

Browse files
authored
chore: 发版流水线新增 repo 参数区分不同项目 (#1425)
1 parent 7e0b8a7 commit ee7fe92

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/send-release-test-notification.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
-H "Content-Type: application/json" \
2929
-H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}" \
3030
-d '{
31-
"time": "${{ github.event.inputs.time }}"
31+
"time": "${{ github.event.inputs.time }}",
32+
"repo": "SCOW"
3233
}'

.github/workflows/test-build-publish.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,7 @@ jobs:
226226
run: |
227227
curl -X POST ${{ secrets.RELEASE_SERVICE_ADDRESS }}/version/success \
228228
-H "Content-Type: application/json" \
229-
-H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}"
229+
-H "Authorization: Bearer ${{ secrets.RELEASE_API_KEY }}" \
230+
-d '{
231+
"repo": "SCOW"
232+
}'

0 commit comments

Comments
 (0)