ansible_role_restic/.github/workflows/galaxy.yml
dependabot[bot] 233e9d4202
Bump robertdebock/galaxy-action from 1.0.3 to 1.1.0 (#26)
Bumps [robertdebock/galaxy-action](https://github.com/robertdebock/galaxy-action) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/robertdebock/galaxy-action/releases)
- [Commits](https://github.com/robertdebock/galaxy-action/compare/1.0.3...9405322e638f833cb18ad7809fed9502bef50e9b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-12 16:27:31 +01:00

20 lines
364 B
YAML

---
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.1.0
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}