docker_systemd_service/.github/workflows/publish.yml
Bertrand Lanson 670cc6529f
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian12) (push) Successful in 34s
test / Molecule tests (default, ubuntu2004) (push) Successful in 32s
test / Molecule tests (default, debian11) (push) Successful in 49s
test / Molecule tests (with_custom_flags, debian11) (push) Successful in 32s
test / Molecule tests (default, ubuntu2204) (push) Successful in 39s
test / Molecule tests (with_custom_flags, debian12) (push) Successful in 39s
test / Molecule tests (with_custom_flags, ubuntu2004) (push) Successful in 33s
test / Molecule tests (with_custom_flags, ubuntu2204) (push) Successful in 42s
feat(cicd): add publish job
2023-12-10 19:41:22 +01:00

19 lines
335 B
YAML

---
name: publish
on:
push:
branches:
- main
jobs:
publish:
name: Publish to galaxy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish
uses: ednxzu/galaxy-import-role@v1
with:
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}