mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-04 18:00:26 -07:00
fix automation hub workflow
The automation hub workflow was passing an incorrect API key.
This commit is contained in:
parent
f87e7f47b4
commit
3fb4763e37
1 changed files with 1 additions and 1 deletions
2
.github/workflows/automationhub.yml
vendored
2
.github/workflows/automationhub.yml
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue