From 3fb4763e3774ef53d4ad3cdffad786c342116b48 Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Mon, 5 Dec 2022 17:01:31 +0000 Subject: [PATCH] fix automation hub workflow The automation hub workflow was passing an incorrect API key. --- .github/workflows/automationhub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automationhub.yml b/.github/workflows/automationhub.yml index 969904c..29e1262 100644 --- a/.github/workflows/automationhub.yml +++ b/.github/workflows/automationhub.yml @@ -22,4 +22,4 @@ jobs: ANSIBLE_AUTOMATION_HUB_API_KEY: ${{ secrets.ANSIBLE_AUTOMATION_HUB_API_KEY }} run: | ansible-galaxy collection build . - ansible-galaxy collection publish *.tar.gz --api-key=$ANSIBLE_GALAXY_API_KEY -s=https://cloud.redhat.com/api/automation-hub/ + ansible-galaxy collection publish *.tar.gz --api-key=$ANSIBLE_AUTOMATION_HUB_API_KEY -s=https://cloud.redhat.com/api/automation-hub/