Skip to content

Commit

Permalink
ci: update release wf to new secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Sep 28, 2023
1 parent bda2276 commit 23c0ec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
jobs:
release:
uses: ansible-middleware/github-actions/.github/workflows/release.yml@main
secrets: inherit
with:
collection_fqcn: 'middleware_automation.amq_streams'
secrets:
galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}

dispatch:
needs: release
Expand Down

0 comments on commit 23c0ec5

Please sign in to comment.