deploy_keepalived/.github/workflows/publish.yml
Bertrand Lanson ccb6cdb9ff
Some checks failed
test / Molecule tests (default, ubuntu2204) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, debian11) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, debian12) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, ubuntu2004) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, ubuntu2204) (push) Blocked by required conditions
test / Linting (push) Successful in 8s
test / Molecule tests (default, debian12) (push) Has been cancelled
test / Molecule tests (default, debian11) (push) Has been cancelled
test / Molecule tests (default, ubuntu2004) (push) Has been cancelled
feat(release): publish to galaxy
2024-03-11 20:15:16 +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