Skip to content

Commit

Permalink
use another gitlab trigger api
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed May 17, 2024
1 parent 6df8685 commit ac72f66
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
- name: Print environment variable
run: |
echo "${{ format('${0}', steps.s ) }}"
echo "${{ format('${0}', ${{ matrix.chain }} ) }}"
- name: trigger GitLab Ci Job
uses: appleboy/gitlab-ci-action@master
- name: trigger gitlab
uses: eic/trigger-gitlab-ci@v1
with:
host: "https://gitlab.com"
token: ${{ secrets.GITLABAPI }}
url: https://gitlab.com
project_id: 56492543
debug: true
ref: main

token: ${{ secrets.GITLABAPI }}
ref_name: main
variables: |
${{ matrix.chain }}: ${{ format('${0}', steps.string.outputs.uppercase ) }}

0 comments on commit ac72f66

Please sign in to comment.