1st publish on galaxy
This commit is contained in:
parent
5e27bb3003
commit
60ccaa94e6
18
.github/workflows/publish.yml
vendored
Normal file
18
.github/workflows/publish.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
with:
|
||||||
|
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
|
Loading…
Reference in New Issue
Block a user