Skip to content

Commit

Permalink
Add tentative call-finalize.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jul 15, 2024
1 parent 9c660ad commit d88f2fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/call-finalize.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
workflow_dispatch:
inputs:
milestone:
description: 'Release version like 5.0.0-M1, 5.1.0-RC1, 5.2.0 etc.'
required: true

jobs:
finalize:
uses: spring-io/spring-github-workflows/.github/workflows/spring-finalize-release.yml@main
with:
milestone: ${{ inputs.milestone }}
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
SPRING_RELEASE_CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}

0 comments on commit d88f2fb

Please sign in to comment.