ci(collection): Add Ansible Collection workflow
#15 #17 #18 https://github.com/nofusscomputing/action_ansible_collection/pull/1
This commit is contained in:
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@ -16,6 +16,18 @@ env:
|
||||
jobs:
|
||||
|
||||
|
||||
collection:
|
||||
name: 'Ansible Collection'
|
||||
uses: nofusscomputing/action_ansible_collection/.github/workflows/reusable_ansible_collection.yaml@development
|
||||
with:
|
||||
ANSIBLE_COLLECTION_MARK_RELEASE_LIVE: true
|
||||
ANSIBLE_GALAXY_NAMESPACE: "${{ github.repository_owner }}"
|
||||
ANSIBLE_GALAXY_PACKAGE_NAME: "${{ github.event.repository.name }}"
|
||||
ANSIBLE_LINTING_MUST_PASS: true
|
||||
secrets:
|
||||
ANSIBLE_GALAXY_UPLOAD_TOKEN: ${{ secrets.ANSIBLE_GALAXY_UPLOAD_TOKEN }}
|
||||
|
||||
|
||||
gitlab-mirror:
|
||||
if: ${{ github.repository == 'nofusscomputing/ansible_collection_centurion' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user