Skip to content

Commit

Permalink
Add GHA to trigger tag job on GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Oct 11, 2020
1 parent 2abe2d7 commit 50e1348
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tags.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Trigger GitLab release
on:
create:
tags:
- v*
jobs:
build:
name: Build
runs-on: alpine-latest
steps:
- name: Trigger Job
uses: appleboy/gitlab-ci-action@master
with:
url: "http://gitlab.com"
token: ${{ secrets.GITLAB_TOKEN }}
project_id: 13151405

0 comments on commit 50e1348

Please sign in to comment.