Skip to content

Commit 970f72a

Browse files
branicdjdanielsson
authored andcommitted
Fix Automation Hub URL
1 parent e6531dc commit 970f72a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release_auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
- name: Publish to Automation Hub
250250
env:
251251
ANSIBLE_GALAXY_SERVER_LIST: rh_automation_hub
252-
ANSIBLE_GALAXY_SERVER_RH_AUTOMATION_HUB_URL: https://cloud.redhat.com/api/automation-hub/
252+
ANSIBLE_GALAXY_SERVER_RH_AUTOMATION_HUB_URL: https://console.redhat.com/api/automation-hub/
253253
ANSIBLE_GALAXY_SERVER_RH_AUTOMATION_HUB_AUTH_URL: https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
254254
ANSIBLE_GALAXY_SERVER_RH_AUTOMATION_HUB_TOKEN: ${{ secrets.CRC_PUBLISH_KEY }}
255255
run: |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
trivial:
3+
- >-
4+
Update the Automation Hub API base URL in ``release_auto`` workflow for publishing.

0 commit comments

Comments
 (0)