Skip to content

Update logic for client accounts #2

Update logic for client accounts

Update logic for client accounts #2

Workflow file for this run

---
name: 🌌 Galaxy import
on:
release:
types:
- published
jobs:
import:
name: πŸš€ Galaxy Action
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/galaxy-action@1.2.0
with:
git_branch: main
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}