From bbee2bc0d32c28d16868746fee02760aa31573ac Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Tue, 6 Feb 2024 11:12:23 -0500 Subject: [PATCH] trying to change the API server to the beta version. --- .github/workflows/publish-to-ansible-galaxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-to-ansible-galaxy.yml b/.github/workflows/publish-to-ansible-galaxy.yml index 3f0b190..ab7d4a6 100644 --- a/.github/workflows/publish-to-ansible-galaxy.yml +++ b/.github/workflows/publish-to-ansible-galaxy.yml @@ -12,4 +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/ src_path: /github/workspace/dominion_solutions/netbird