Skip to content

Release the ansible collection to Ansible Galaxy and Ansible Automation Hub #12

Release the ansible collection to Ansible Galaxy and Ansible Automation Hub

Release the ansible collection to Ansible Galaxy and Ansible Automation Hub #12

Workflow file for this run

---
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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "ansible/devtools/.github/workflows/release_collection.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
environment: release
secrets:
ah_token: ${{ secrets.AH_TOKEN }}
ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}