mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-08 11:50:29 -07:00
ci: update release wf
This commit is contained in:
parent
80e4df8dce
commit
3bb32ed075
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -6,9 +6,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
uses: ansible-middleware/github-actions/.github/workflows/release.yml@main
|
uses: ansible-middleware/github-actions/.github/workflows/release.yml@main
|
||||||
secrets: inherit
|
|
||||||
with:
|
with:
|
||||||
collection_fqcn: 'middleware_automation.keycloak'
|
collection_fqcn: 'middleware_automation.keycloak'
|
||||||
|
secrets:
|
||||||
|
galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
|
||||||
|
|
||||||
dispatch:
|
dispatch:
|
||||||
needs: release
|
needs: release
|
||||||
|
|
Loading…
Add table
Reference in a new issue