Bring back GITHUB_TOKEN ENV var for finalize
This commit is contained in:
16
.github/workflows/finalize.yml
vendored
Normal file
16
.github/workflows/finalize.yml
vendored
Normal file
@@ -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
|
||||
@@ -10,6 +10,7 @@ on:
|
||||
|
||||
env:
|
||||
MILESTONE: ${{ inputs.milestone }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||
|
||||
jobs:
|
||||
finalize-releae:
|
||||
|
||||
Reference in New Issue
Block a user