Skip to content

Commit

Permalink
Fix GH action name
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Jan 30, 2025
1 parent 6dcac0a commit 223995c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
uses: appleboy/[email protected]
with:
host: "https://gitlab.com"
token: ${{ secrets.GITLAB_PROVIDERS_TOKEN }}
Expand Down

0 comments on commit 223995c

Please sign in to comment.