Skip to content

Commit

Permalink
ci: release.yml add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Mar 5, 2024
1 parent 70f1f45 commit 9d39559
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ on:
jobs:
release:
uses: ansible-middleware/github-actions/.github/workflows/release.yml@main
with:
with:
collection_fqcn: 'middleware_automation.wildfly'
downstream_name: 'eap'
secrets:
galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
jira_webhook: ${{ secrets.JIRA_WEBHOOK_CREATE_VERSION }}

dispatch:
needs: release
strategy:
matrix:
repo: ['ansible-middleware/flange-demo', 'ansible-middleware/wildfly-cluster-demo', 'ansible-middleware/ansible-middleware-ee']
repo: ['ansible-middleware/wildfly-cluster-demo', 'ansible-middleware/ansible-middleware-ee']
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
Expand Down

0 comments on commit 9d39559

Please sign in to comment.