Skip to content

Commit

Permalink
ci(collection): Add Ansible Collection workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 14, 2024
1 parent 61adb6f commit baf4b67
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baf4b67

Please sign in to comment.