fix automation hub workflow

The automation hub workflow was passing an incorrect API key.
This commit is contained in:
Yusuke Tsutsumi 2022-12-05 17:01:31 +00:00 committed by Yusuke Tsutsumi
parent f87e7f47b4
commit 3fb4763e37

View file

@ -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/