1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
ansible_role_gitea/.github/workflows/galaxy.yml

21 lines
403 B
YAML
Raw Normal View History

2021-03-21 00:08:49 +01:00
---
name: Galaxy release
# yamllint disable-line rule:truthy
on:
release:
types: ['created']
jobs:
build:
runs-on: ubuntu-latest
steps:
2022-04-07 22:56:47 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v4
2022-04-07 22:56:47 +02:00
- name: 'release on galaxy'
uses: robertdebock/galaxy-action@1.2.1
2021-03-21 00:08:49 +01:00
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
2022-04-07 22:56:47 +02:00
git_branch: 'main'