1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etebase.git synced 2024-08-16 10:19:52 +02:00
ansible_role_etebase/.github/workflows/galaxy.yml

25 lines
485 B
YAML
Raw Normal View History

2022-11-15 20:27:50 +01:00
---
2023-10-22 19:51:16 +02:00
name: Galaxy-NG Roles Import
2022-11-15 20:27:50 +01:00
# yamllint disable-line rule:truthy
on:
release:
types: ['created']
jobs:
build:
2023-10-22 19:51:16 +02:00
name: Jinja2 Linting
2022-11-15 20:27:50 +01:00
runs-on: ubuntu-latest
2023-10-22 19:51:16 +02:00
2022-11-15 20:27:50 +01:00
steps:
2023-10-22 19:51:16 +02:00
- name: 'Checkout git repo'
uses: actions/checkout@v4
2023-10-22 19:51:16 +02:00
with:
submodules: true
fetch-depth: 0
2022-11-15 20:27:50 +01:00
2023-10-22 19:51:16 +02:00
- name: 'Release on galaxy'
uses: ansible-actions/ansible-galaxy-action@v1.0.0
2022-11-15 20:27:50 +01:00
with:
2023-10-22 19:51:16 +02:00
galaxy_api_key: ${{ secrets.galaxy_api_key }