Skip to content

Commit

Permalink
added release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Nov 24, 2024
1 parent aa224af commit d0c58d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gitlab-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Github to Gitlab CI - Run CodeBuild

env:
ISIS_VERSION: ${{ steps.vars.outputs.tag }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}

on:
release:
Expand All @@ -16,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run script
env:
ISIS_VERSION: ${{ steps.vars.outputs.tag }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
git config --global user.name "Github_CI"
git config --global user.email "project_14468_bot_3f7d8e1a392afd88ead5f3f3154e809d@noreply.gitlab.com"
Expand Down

0 comments on commit d0c58d3

Please sign in to comment.