Skip to content

Commit

Permalink
Try new Galaxy release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
t2d committed Oct 29, 2023
1 parent fec9671 commit 0565b2a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ on:
jobs:
galaxy:
name: Ansible Galaxy
uses: systemli/github-ansible-workflow/.github/workflows/ansible-galaxy-workflow.yaml@main
with:
git-branch: ${{ github.ref_name }}
secrets:
galaxy-token: ${{ secrets.galaxy_api_key }}
runs-on: ubuntu-latest
steps:
- name: 'Checkout git repo'
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: 'Release on galaxy'
uses: ansible-actions/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}

0 comments on commit 0565b2a

Please sign in to comment.