Skip to content

Commit

Permalink
Switchted to official release_galaxy workflow (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwester117 authored Sep 26, 2024
1 parent 4bd9ee3 commit 20604d0
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/publish-release-to-galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,5 @@ on:
- published

jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout release
uses: actions/checkout@v3
- name: Build and Deploy Collection
uses: artis3n/ansible_galaxy_collection@v2
with:
api_key: '${{ secrets.GALAXY_API_TOKEN }}'
release_galaxy:
uses: ansible/ansible-content-actions/.github/workflows/release_galaxy.yaml@main

0 comments on commit 20604d0

Please sign in to comment.