We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abd60c commit 780c593Copy full SHA for 780c593
.github/workflows/template_update_gh.yaml
@@ -36,6 +36,7 @@ jobs:
36
path: ds-gh-default2
37
ref: main
38
repository: karllu3/ds-lk-default
39
+ token: ${{ secrets.REPO_KEY_GITLAB }}
40
fetch-depth: 0
41
persist_credentials: true
42
.github/workflows/template_update_gl.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
33
- name: Remote checkout
34
- run: git clone git@gitlab.com:lukasz.karlowski/ds-lk-default.git ds-gl-default2
+ run: git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@gitlab.com/lukasz.karlowski/ds-lk-default.git
35
- name: Set safe directory
run: |
0 commit comments