We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcac0a commit 223995cCopy full SHA for 223995c
1 file changed
.github/workflows/autorelease.yml
@@ -62,8 +62,10 @@ jobs:
62
# GitHub sets the GITHUB_TOKEN secret automatically.
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
65
+
66
+ # Trigger gitlab pipeline
67
- name: Trigger gitlab pipeline
- uses: ghcr.io/appleboy/gitlab-ci-action@v1.3.0
68
+ uses: appleboy/gitlab-ci-action@v1.3.0
69
with:
70
host: "https://gitlab.com"
71
token: ${{ secrets.GITLAB_PROVIDERS_TOKEN }}
0 commit comments