Skip to content

Commit

Permalink
Trigger gitlab pipeline after publish
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Jan 30, 2025
1 parent 5c8650b commit 6dcac0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
host: "https://gitlab.com"
token: ${{ secrets.GITLAB_PROVIDERS_TOKEN }}
project_id: 54648643
ref: providers

0 comments on commit 6dcac0a

Please sign in to comment.