deploy_gitea_runner/.github/workflows/publish.yml
Bertrand Lanson 0878f135db
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian12) (push) Successful in 1m39s
test / Molecule tests (default, debian11) (push) Successful in 1m43s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m6s
test / Molecule tests (with_docker_host, debian11) (push) Successful in 1m39s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m47s
test / Molecule tests (with_docker_host, debian12) (push) Successful in 1m31s
test / Molecule tests (with_docker_host, ubuntu2004) (push) Successful in 1m51s
test / Molecule tests (with_docker_host, ubuntu2204) (push) Successful in 1m45s
feat(cicd): publish role
2023-12-13 20:55:38 +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 }}