2023-08-25 23:06:14 +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:36:42 +00:00
|
|
|
uses: ednxzu/galaxy-import-role@v2
|
2023-08-25 23:06:14 +00:00
|
|
|
with:
|
|
|
|
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
|
2024-02-05 21:36:42 +00:00
|
|
|
repository-owner: ednxzu
|
|
|
|
repository-name: manage_pipx_packages
|