chore: add repository_dispatch trigger for automated release
This commit is contained in:
committed by
GitHub
parent
24c166dd42
commit
1e82ef596a
@@ -7,6 +7,8 @@ on:
|
||||
description: 'Release version (e.g. 1.0.0)'
|
||||
required: true
|
||||
type: string
|
||||
repository_dispatch:
|
||||
types: [release]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -19,5 +21,5 @@ jobs:
|
||||
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
|
||||
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
|
||||
with:
|
||||
version: ${{ inputs.version }}
|
||||
upstream-repo: 'rook/rook'
|
||||
version: ${{ inputs.version || github.event.client_payload.version }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user