Skip to content

Commit

Permalink
Sync HAED
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Aug 30, 2024
1 parent 92a835a commit 73ee50d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/trigger-gitlab-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}

steps:
# https://stackoverflow.com/a/57624220
- name: Sync HEAD with GitLab
run: |
git push https://gitlab-ci-token:${{ secrets.KILTBOT_PUSH_ACCESS_TOKEN }}@gitlab.com/kiltprotocol/kilt-node.git ${{ github.ref_name }}
- name: Trigger GitLab CI
env:
GITLAB_TRIGGER_TOKEN: ${{ secrets.GITLAB_TRIGGER_TOKEN }}
Expand Down

0 comments on commit 73ee50d

Please sign in to comment.