added Galaxy file

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-03-21 15:48:01 +00:00
parent 7e0172a19c
commit fa19222f60
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

21
.github/workflows/update_galaxy.yml vendored Normal file
View file

@ -0,0 +1,21 @@
---
# This is a basic workflow to help you get started with Actions
name: update galaxy
# Controls when the action will run.
# Triggers the workflow on merge request events to the main branch
on:
push:
branches:
- main
jobs:
update_role:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: robertdebock/galaxy-action@master
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}
git_branch: main