renew_consul_certificates/.github/workflows/publish.yml
Bertrand Lanson 58b4c3a094
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 1m4s
test / Molecule tests (default, debian12) (push) Successful in 1m9s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m22s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m14s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m13s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m9s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m24s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m16s
feat(core): change namespace
2024-02-05 22:58:44 +01:00

21 lines
423 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: renew_consul_certificates