2023-12-13 19:55:38 +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:48:01 +00:00
|
|
|
uses: ednxzu/galaxy-import-role@v2
|
2023-12-13 19:55:38 +00:00
|
|
|
with:
|
|
|
|
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
|
2024-02-05 21:48:01 +00:00
|
|
|
repository-owner: ednxzu
|
|
|
|
repository-name: deploy_gitea_runner
|