ansible_role_restic/.github/workflows/galaxy.yml

23 lines
434 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:
2022-10-06 14:52:27 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v3
2022-10-06 14:52:27 +02:00
- name: 'release on galaxy'
2023-08-10 11:46:05 +02:00
uses: robertdebock/galaxy-action@1.2.1
with:
2021-03-23 16:35:44 +01:00
galaxy_api_key: ${{ secrets.galaxy_api_key }}
2022-10-06 14:52:27 +02:00
git_branch: 'main'