provision_management_user/.github/workflows/publish.yml
Bertrand Lanson c6944d895c
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian12) (push) Successful in 31s
test / Molecule tests (default, debian11) (push) Successful in 39s
test / Molecule tests (default, ubuntu2004) (push) Successful in 36s
test / Molecule tests (default, ubuntu2204) (push) Successful in 32s
test / Molecule tests (with_ssh_keys, debian11) (push) Successful in 41s
test / Molecule tests (with_ssh_keys, debian12) (push) Successful in 41s
test / Molecule tests (with_ssh_keys, ubuntu2004) (push) Successful in 35s
test / Molecule tests (with_ssh_keys, ubuntu2204) (push) Successful in 41s
actions on github being weird
2023-07-17 23:39:58 +02:00

19 lines
339 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.0.0
with:
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}