--- {{ ansible_managed | comment }} name: Release to Ansible Galaxy on: push: tags: - '*' jobs: release: runs-on: ubuntu-latest steps: - name: galaxy uses: robertdebock/galaxy-action@1.0.0 with: galaxy_api_key: {% raw %}${{ secrets.galaxy_api_key }}{% endraw %}