From 6c669b135e04cedf282aa5a2756615af57286afa Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Tue, 6 Feb 2024 11:28:19 -0500 Subject: [PATCH] Fixed the api to reflect the API I want. --- .github/workflows/publish-to-ansible-galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-ansible-galaxy.yml b/.github/workflows/publish-to-ansible-galaxy.yml index ab7d4a6..f6b3522 100644 --- a/.github/workflows/publish-to-ansible-galaxy.yml +++ b/.github/workflows/publish-to-ansible-galaxy.yml @@ -12,5 +12,5 @@ jobs: - uses: ansible/ansible-publish-action@v1.0.0 with: api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} - api_server: https://beta-galaxy.ansible.com/ + api_server: https://galaxy.ansible.com/api/ src_path: /github/workspace/dominion_solutions/netbird