Skip to content

Publish collection to Ansible Galaxy #66

Publish collection to Ansible Galaxy

Publish collection to Ansible Galaxy #66

Workflow file for this run

---
name: Publish collection to Ansible Galaxy
on:
release:
types:
- released
jobs:
deploy:
uses: telekom-mms/.github/.github/workflows/ansible-galaxy-publish.yml@main
secrets:
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}
GH_APP_CREDENTIALS_TOKEN: ${{ secrets.GH_APP_CREDENTIALS_TOKEN }}

Check failure on line 14 in .github/workflows/galaxy.yml

View workflow run for this annotation

GitHub Actions / Publish collection to Ansible Galaxy

Invalid workflow file

The workflow is not valid. .github/workflows/galaxy.yml (Line: 14, Col: 33): Invalid secret, GH_APP_CREDENTIALS_TOKEN is not defined in the referenced workflow.