1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00
ansible_role_acmetool/.github/workflows/galaxy.yml

21 lines
384 B
YAML
Raw Normal View History

2021-03-20 18:25:46 +01:00
---
name: Galaxy release
# yamllint disable-line rule:truthy
on:
push:
branches: ['main']
release:
types: ['created']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2.4.0
2021-03-20 18:25:46 +01:00
- name: galaxy
uses: robertdebock/galaxy-action@1.1.1
2021-03-20 18:25:46 +01:00
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}