From fa19222f60a0f13e1ad67e9fba2638b6405e1b00 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 21 Mar 2023 15:48:01 +0000 Subject: [PATCH] added Galaxy file Signed-off-by: Mark Bolwell --- .github/workflows/update_galaxy.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/update_galaxy.yml diff --git a/.github/workflows/update_galaxy.yml b/.github/workflows/update_galaxy.yml new file mode 100644 index 0000000..5b30b64 --- /dev/null +++ b/.github/workflows/update_galaxy.yml @@ -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