feat(release): publish to galaxy
Some checks failed
test / Molecule tests (with_custom_conf, debian11) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, debian12) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, ubuntu2004) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, ubuntu2204) (push) Blocked by required conditions
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian12) (push) Successful in 2m26s
test / Molecule tests (default, ubuntu2004) (push) Has been cancelled
test / Molecule tests (default, debian11) (push) Has been cancelled
test / Molecule tests (default, ubuntu2204) (push) Has been cancelled
Some checks failed
test / Molecule tests (with_custom_conf, debian11) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, debian12) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, ubuntu2004) (push) Blocked by required conditions
test / Molecule tests (with_custom_conf, ubuntu2204) (push) Blocked by required conditions
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian12) (push) Successful in 2m26s
test / Molecule tests (default, ubuntu2004) (push) Has been cancelled
test / Molecule tests (default, debian11) (push) Has been cancelled
test / Molecule tests (default, ubuntu2204) (push) Has been cancelled
This commit is contained in:
parent
9bd6da5a67
commit
5b2dff1dac
20
.github/workflows/publish.yml
vendored
Normal file
20
.github/workflows/publish.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
name: publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish to galaxy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
uses: ednxzu/galaxy-import-role@v2
|
||||
with:
|
||||
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
|
||||
repository-owner: ednxzu
|
||||
repository-name: deploy_keepalived
|
Loading…
Reference in New Issue
Block a user