From 223995cd2e2a75df3f15c33d824582ba9df5473e Mon Sep 17 00:00:00 2001 From: Viljami Date: Thu, 30 Jan 2025 16:12:31 +0100 Subject: [PATCH] Fix GH action name --- .github/workflows/autorelease.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 39639d8..f172e21 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -62,8 +62,10 @@ jobs: # GitHub sets the GITHUB_TOKEN secret automatically. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} + + # Trigger gitlab pipeline - name: Trigger gitlab pipeline - uses: ghcr.io/appleboy/gitlab-ci-action@v1.3.0 + uses: appleboy/gitlab-ci-action@v1.3.0 with: host: "https://gitlab.com" token: ${{ secrets.GITLAB_PROVIDERS_TOKEN }}