Skip to content

Added deploy action. #1

Added deploy action.

Added deploy action. #1

Workflow file for this run

---
name: Deploy to Galaxy
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}