Publish collection to Ansible Galaxy #66
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
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 GitHub Actions / Publish collection to Ansible GalaxyInvalid workflow file
|