provision_management_user/.github/workflows/publish.yml
Bertrand Lanson b7a6604f76
All checks were successful
test / Linting (push) Successful in 34s
test / Molecule tests (default, ubuntu2004) (push) Successful in 31s
test / Molecule tests (default, debian11) (push) Successful in 37s
test / Molecule tests (default, debian12) (push) Successful in 38s
test / Molecule tests (default, ubuntu2204) (push) Successful in 36s
test / Molecule tests (with_ssh_keys, debian11) (push) Successful in 40s
test / Molecule tests (with_ssh_keys, debian12) (push) Successful in 40s
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Successful in 34s
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Successful in 34s
actions on github being weird
2023-07-17 23:42:19 +02: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 }}