From 23c0ec5f25ac1cb911004f8bf13fb094d0beb2c2 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Thu, 28 Sep 2023 15:25:36 +0200 Subject: [PATCH] ci: update release wf to new secrets --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db96750..f1e1c8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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