Skip to content

Commit 23c0ec5

Browse files
committed
ci: update release wf to new secrets
1 parent bda2276 commit 23c0ec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66
jobs:
77
release:
88
uses: ansible-middleware/github-actions/.github/workflows/release.yml@main
9-
secrets: inherit
109
with:
1110
collection_fqcn: 'middleware_automation.amq_streams'
11+
secrets:
12+
galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
1213

1314
dispatch:
1415
needs: release

0 commit comments

Comments
 (0)