1
0
Fork 0
ansible_role_prometheus_pin.../.github/.galaxy.yml

21 lines
380 B
YAML
Raw Normal View History

2022-11-21 14:58:47 +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
- name: galaxy
uses: robertdebock/galaxy-action@1.1.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}