Skip to content

Commit

Permalink
Merge pull request #13 from PKUHPC/feat-version-template
Browse files Browse the repository at this point in the history
chore: 发版流水线新增 repo 参数区分不同项目
  • Loading branch information
ddadaal authored Sep 12, 2024
2 parents 721b227 + ba0ba19 commit f7ad353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/send-release-test-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}'
5 changes: 4 additions & 1 deletion .github/workflows/test-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}'

0 comments on commit f7ad353

Please sign in to comment.