Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

170 Call Gitlab CI job to Automate Runtime Release #430

Merged
merged 27 commits into from
Jun 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use mb-wali/gitlab-cd-trigger@main github actions
b-yap committed May 17, 2024
commit ee97e052dbfb07ba6916c9ce318fc4b5146920a0
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -41,11 +41,11 @@ jobs:

steps:
- name: trigger gitlab
uses: eic/trigger-gitlab-ci@v1
uses: mb-wali/gitlab-cd-trigger@main
with:
url: https://gitlab.com
project_id: 56492543
token: ${{ secrets.GITLABAPI }}
ref_name: main
variables: |
${{ matrix.chain }}:Y
URL: https://gitlab.com
GITLB_TRIGGER_TOKEN: ${{ secrets.GITLABAPI }}
PROJECT_ID: '56492543'
REF_NAME: 'main'
PIPELINE_VARIABLES: '{"${{ matrix.chain }}":Y}'