From 6dcac0a4a9952485de88aec8876a5caf6be2cfb9 Mon Sep 17 00:00:00 2001 From: Viljami Date: Thu, 30 Jan 2025 16:08:40 +0100 Subject: [PATCH] Trigger gitlab pipeline after publish --- .github/workflows/autorelease.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 6e491da..39639d8 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -62,3 +62,11 @@ jobs: # GitHub sets the GITHUB_TOKEN secret automatically. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} + - name: Trigger gitlab pipeline + uses: ghcr.io/appleboy/gitlab-ci-action@v1.3.0 + with: + host: "https://gitlab.com" + token: ${{ secrets.GITLAB_PROVIDERS_TOKEN }} + project_id: 54648643 + ref: providers +