diff --git a/.github/workflows/release_auto.yml b/.github/workflows/release_auto.yml index 2d08eabd..187d9ce1 100644 --- a/.github/workflows/release_auto.yml +++ b/.github/workflows/release_auto.yml @@ -249,7 +249,7 @@ jobs: - name: Publish to Automation Hub env: ANSIBLE_GALAXY_SERVER_LIST: rh_automation_hub - ANSIBLE_GALAXY_SERVER_RH_AUTOMATION_HUB_URL: https://cloud.redhat.com/api/automation-hub/ + ANSIBLE_GALAXY_SERVER_RH_AUTOMATION_HUB_URL: https://console.redhat.com/api/automation-hub/ ANSIBLE_GALAXY_SERVER_RH_AUTOMATION_HUB_AUTH_URL: https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token ANSIBLE_GALAXY_SERVER_RH_AUTOMATION_HUB_TOKEN: ${{ secrets.CRC_PUBLISH_KEY }} run: | diff --git a/changelogs/fragments/release_auto-automation-hub-console-url.yml b/changelogs/fragments/release_auto-automation-hub-console-url.yml new file mode 100644 index 00000000..5d42bc6f --- /dev/null +++ b/changelogs/fragments/release_auto-automation-hub-console-url.yml @@ -0,0 +1,4 @@ +--- +trivial: + - >- + Update the Automation Hub API base URL in ``release_auto`` workflow for publishing.