deploy_haproxy/.github/workflows/publish.yml
Bertrand Lanson 7871d852db
Some checks failed
test / Linting (push) Successful in 10s
test / Molecule tests (default, ubuntu2004) (push) Failing after 36s
test / Molecule tests (default, debian11) (push) Successful in 1m3s
test / Molecule tests (default, debian12) (push) Successful in 1m11s
test / Molecule tests (default, ubuntu2204) (push) Failing after 36s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Failing after 41s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m15s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m19s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Failing after 41s
chore(deps): bump ednxzu/galaxy-import-role from v1 to v2
2024-02-05 20:05:26 +01:00

21 lines
412 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@v2
with:
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
repository-owner: ednxzu
repository-name: deploy_haproxy