ansible_role_restic/.github/workflows/galaxy.yml

21 lines
364 B
YAML
Raw Normal View History

---
name: 🌌 Galaxy import
on:
push: {}
release:
types:
- published
jobs:
import:
name: 🚀 Galaxy Action
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/galaxy-action@1.0.3
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}