--- {{ ansible_managed | comment }} name: Release to Ansible Galaxy on: push: tags: - '*' schedule: - cron: '{{ 59 | random }} {{ 23 | random }} {{ letter_day_mapping[role_name[:1]] + 1 }} * *' jobs: release: runs-on: ubuntu-latest steps: - name: galaxy uses: robertdebock/galaxy-action@1.0.1 with: galaxy_api_key: {% raw %}${{ secrets.galaxy_api_key }}{% endraw %}