ansible_role_restic/.github/workflows/galaxy.yml

21 lines
384 B
YAML
Raw Normal View History

---
2021-03-23 16:35:44 +01:00
name: Galaxy release
2021-03-23 16:35:44 +01:00
# yamllint disable-line rule:truthy
on:
2020-11-12 18:40:43 +01:00
push:
2021-03-23 16:35:44 +01:00
branches: ['main']
release:
2021-03-23 16:35:44 +01:00
types: ['created']
jobs:
2021-03-23 16:35:44 +01:00
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2.3.4
- name: galaxy
uses: robertdebock/galaxy-action@1.1.1
with:
2021-03-23 16:35:44 +01:00
galaxy_api_key: ${{ secrets.galaxy_api_key }}