Skip to content

Commit

Permalink
Update galaxy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 14, 2022
1 parent dac44ec commit 790f1a7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Ansible Galaxy import

on:
push:
branches: [ master ]
create:
tags:
release:
types:
- published

jobs:
galaxy:
name: ansible-galaxy import
runs-on: ubuntu-latest

steps:

- name: import
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}


18 changes: 0 additions & 18 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 790f1a7

Please sign in to comment.