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
19 lines
335 B
YAML
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 }}
|