deploy_adguard/.github/workflows/publish.yml
Bertrand Lanson a44abb3dbb
Some checks failed
test / Molecule tests (with_extra_sidecars, ubuntu2004) (push) Blocked by required conditions
test / Molecule tests (with_extra_sidecars, ubuntu2204) (push) Blocked by required conditions
test / Linting (push) Successful in 8s
test / Molecule tests (default, debian12) (push) Successful in 31s
test / Molecule tests (default, debian11) (push) Successful in 32s
test / Molecule tests (default, ubuntu2004) (push) Failing after 31s
test / Molecule tests (with_extra_sidecars, debian11) (push) Has been cancelled
test / Molecule tests (with_extra_sidecars, debian12) (push) Has been cancelled
test / Molecule tests (default, ubuntu2204) (push) Has been cancelled
fix(ci): revert gh-actions namespace
2024-02-05 22:02:05 +01:00

21 lines
416 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: ednz_cloud
repository-name: deploy_adguard