Skip to content

Commit

Permalink
Release role at ansible galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Mar 20, 2021
1 parent 2eaccfe commit 216088b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Galaxy release

# yamllint disable-line rule:truthy
on:
push:
branches: ['main']
release:
types: ['created']

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/galaxy-action@1.1.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}

0 comments on commit 216088b

Please sign in to comment.