2023-06-03 20:10:48 +00:00
|
|
|
---
|
|
|
|
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
|
2024-02-05 21:57:10 +00:00
|
|
|
uses: ednxzu/galaxy-import-role@v2
|
2023-06-03 20:10:48 +00:00
|
|
|
with:
|
|
|
|
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
|
2024-02-05 21:57:10 +00:00
|
|
|
repository-owner: ednxzu
|
|
|
|
repository-name: import_vault_root_ca
|