From 3bb32ed075a72125875ef8f77155842d7082eb0e Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Thu, 21 Sep 2023 12:33:29 +0200 Subject: [PATCH] ci: update release wf --- .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 5e14f9c..7ea4aab 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.keycloak' + secrets: + galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} dispatch: needs: release