From 00aa7fbdf0eed39efd30cb30a8e61da9ea662bea Mon Sep 17 00:00:00 2001 From: Sam Caldwell Date: Tue, 3 Sep 2024 13:30:36 -0700 Subject: [PATCH] ci: set correct `api_server` input for publish --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 357ef305..e53c2a44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_TOKEN: ${{ secrets.AUTOMATION_HUB_API_KEY }} with: api_key: ${{ secrets.AUTOMATION_HUB_API_KEY }} - api_server: automation_hub + api_server: https://console.redhat.com/api/automation-hub/ publish-docs: needs: release