deploy_haproxy/.github/workflows/publish.yml
Bertrand Lanson 1c4110371c
Some checks failed
test / Linting (push) Successful in 27s
test / Molecule tests (default, ubuntu2004) (push) Failing after 38s
test / Molecule tests (default, debian12) (push) Failing after 1m13s
test / Molecule tests (default, debian11) (push) Failing after 1m14s
test / Molecule tests (default, ubuntu2204) (push) Failing after 37s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Failing after 29s
test / Molecule tests (with_tls_enabled, debian11) (push) Failing after 55s
test / Molecule tests (with_tls_enabled, debian12) (push) Failing after 55s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Failing after 28s
feat(publish): first publish for ednz-cloud
2024-02-05 19:10:02 +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 }}