feat(cicd): add publish job
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian12) (push) Successful in 34s
test / Molecule tests (default, ubuntu2004) (push) Successful in 32s
test / Molecule tests (default, debian11) (push) Successful in 49s
test / Molecule tests (with_custom_flags, debian11) (push) Successful in 32s
test / Molecule tests (default, ubuntu2204) (push) Successful in 39s
test / Molecule tests (with_custom_flags, debian12) (push) Successful in 39s
test / Molecule tests (with_custom_flags, ubuntu2004) (push) Successful in 33s
test / Molecule tests (with_custom_flags, ubuntu2204) (push) Successful in 42s
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian12) (push) Successful in 34s
test / Molecule tests (default, ubuntu2004) (push) Successful in 32s
test / Molecule tests (default, debian11) (push) Successful in 49s
test / Molecule tests (with_custom_flags, debian11) (push) Successful in 32s
test / Molecule tests (default, ubuntu2204) (push) Successful in 39s
test / Molecule tests (with_custom_flags, debian12) (push) Successful in 39s
test / Molecule tests (with_custom_flags, ubuntu2004) (push) Successful in 33s
test / Molecule tests (with_custom_flags, ubuntu2204) (push) Successful in 42s
This commit is contained in:
parent
2efc8bf638
commit
670cc6529f
18
.github/workflows/publish.yml
vendored
Normal file
18
.github/workflows/publish.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
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 }}
|
Loading…
Reference in New Issue
Block a user