From b41f69e4945e424928bb8389569aa521f34bca22 Mon Sep 17 00:00:00 2001 From: Marco Wester <42421851+mwester117@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:45:34 +0200 Subject: [PATCH] Switchted to official release_galaxy workflow --- .github/workflows/publish-release-to-galaxy.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish-release-to-galaxy.yml b/.github/workflows/publish-release-to-galaxy.yml index 4b98296..7510dc0 100644 --- a/.github/workflows/publish-release-to-galaxy.yml +++ b/.github/workflows/publish-release-to-galaxy.yml @@ -5,14 +5,5 @@ on: - published jobs: - build-and-deploy: - runs-on: ubuntu-latest - permissions: - contents: read - steps: - - name: Checkout release - uses: actions/checkout@v3 - - name: Build and Deploy Collection - uses: artis3n/ansible_galaxy_collection@v2 - with: - api_key: '${{ secrets.GALAXY_API_TOKEN }}' + release_galaxy: + uses: ansible/ansible-content-actions/.github/workflows/release_galaxy.yaml@main