Skip to content

Commit 780c593

Browse files
committed
secrets
1 parent 0abd60c commit 780c593

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/template_update_gh.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
path: ds-gh-default2
3737
ref: main
3838
repository: karllu3/ds-lk-default
39+
token: ${{ secrets.REPO_KEY_GITLAB }}
3940
fetch-depth: 0
4041
persist_credentials: true
4142

.github/workflows/template_update_gl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232

3333
- name: Remote checkout
34-
run: git clone git@gitlab.com:lukasz.karlowski/ds-lk-default.git ds-gl-default2
34+
run: git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@gitlab.com/lukasz.karlowski/ds-lk-default.git
3535

3636
- name: Set safe directory
3737
run: |

0 commit comments

Comments
 (0)