Release the ansible collection to Ansible Galaxy and Ansible Automation Hub #12
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: Release the ansible collection to Ansible Galaxy and Ansible Automation Hub | ||
on: | ||
release: | ||
types: [published] | ||
jobs: | ||
release: | ||
uses: ansible/devtools/.github/workflows/release_collection.yml@main | ||
Check failure on line 8 in .github/workflows/release.yml GitHub Actions / .github/workflows/release.ymlInvalid workflow file
|
||
with: | ||
environment: release | ||
secrets: | ||
ah_token: ${{ secrets.AH_TOKEN }} | ||
ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} |