Skip to content

Release collection on Galaxy #1

Release collection on Galaxy

Release collection on Galaxy #1

Workflow file for this run

---
name: "Release collection on Galaxy"
on:
release:
types: [published]
jobs:
release_ansible_galaxy:
uses: ansible/ansible-content-actions/.github/workflows/release_galaxy.yaml@main
with:
environment: release
secrets:
ah_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}

Check failure on line 13 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release collection on Galaxy

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 13, Col: 17): Invalid secret, ah_token is not defined in the referenced workflow.