Skip to content

Commit

Permalink
Merge pull request #69 from systemli/enable_separated_ansible_galaxy_…
Browse files Browse the repository at this point in the history
…workflow2

Use separated ansible-galaxy workflow
  • Loading branch information
xshadow authored Jul 11, 2022
2 parents 592321d + 40575db commit 86e6b56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Ansible Galaxy
on:
push:
branches:
- main
release:

jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@main
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ jobs:
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@main
with:
distros: '[ "debian11", "debian10", "centos7" ]'
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}

0 comments on commit 86e6b56

Please sign in to comment.