-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back
GITHUB_TOKEN
ENV var for finalize
- Loading branch information
1 parent
6cd3ff5
commit 809f20d
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Finalize Release | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
milestone: | ||
description: 'Milestone title like 3.0.0-M1, 3.1.0-RC1, 3.2.0 etc.' | ||
required: true | ||
type: string | ||
|
||
jobs: | ||
release: | ||
uses: spring-projects/spring-integration-aws/.github/workflows/spring-finalize-release.yml@main | ||
with: | ||
milestone: ${{ inputs.milestone }} | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters