mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-28 07:31:30 -07:00
ci: update release wf params
This commit is contained in:
parent
5464a01a62
commit
7bedb08f6e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -2,6 +2,10 @@
|
||||||
name: Release collection
|
name: Release collection
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
release_summary:
|
||||||
|
description: 'Optional release summary for changelogs'
|
||||||
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
@ -9,6 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
collection_fqcn: 'middleware_automation.keycloak'
|
collection_fqcn: 'middleware_automation.keycloak'
|
||||||
downstream_name: 'rhbk'
|
downstream_name: 'rhbk'
|
||||||
|
release_summary: "${{ github.event.inputs.release_summary }}"
|
||||||
secrets:
|
secrets:
|
||||||
galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
|
galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
|
||||||
jira_webhook: ${{ secrets.JIRA_WEBHOOK_CREATE_VERSION }}
|
jira_webhook: ${{ secrets.JIRA_WEBHOOK_CREATE_VERSION }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue