publish role
All checks were successful
test / Linting (push) Successful in 37s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m43s
test / Molecule tests (default, debian12) (push) Successful in 1m59s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 2m2s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m15s
All checks were successful
test / Linting (push) Successful in 37s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m43s
test / Molecule tests (default, debian12) (push) Successful in 1m59s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 2m2s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m15s
This commit is contained in:
parent
d4fe4dbeaa
commit
173e3f7f4f
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