deploy_keepalived/.github/workflows/publish.yml
Bertrand Lanson 0c0df39261
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 2m26s
test / Molecule tests (default, debian12) (push) Successful in 2m51s
test / Molecule tests (default, ubuntu2004) (push) Successful in 3m17s
test / Molecule tests (with_custom_conf, debian11) (push) Successful in 2m17s
test / Molecule tests (default, ubuntu2204) (push) Successful in 3m12s
test / Molecule tests (with_custom_conf, debian12) (push) Successful in 2m32s
test / Molecule tests (with_custom_conf, ubuntu2004) (push) Successful in 3m0s
test / Molecule tests (with_custom_conf, ubuntu2204) (push) Successful in 2m54s
feat(release): publish to galaxy
2024-03-11 20:17:38 +01:00

21 lines
419 B
YAML

---
name: publish
on:
push:
branches:
- main
jobs:
publish:
name: Publish to galaxy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish
uses: ednxzu/galaxy-import-role@v2
with:
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
repository-owner: ednz-cloud
repository-name: deploy_keepalived