File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11
11
permissions :
12
12
contents : read
13
13
pages : write
14
+ env :
15
+ GH_TEST_REPO_TOKEN : ${{ secrets.REPO_KEY_GITLAB }}
14
16
15
17
steps :
16
18
- uses : actions/checkout@v4
36
38
path : ds-gh-default2
37
39
ref : main
38
40
repository : karllu3/ds-lk-default
39
- token : ${{ secrets.REPO_KEY_GITLAB }}
41
+ token : ${{ env.GH_TEST_REPO_TOKEN }}
40
42
fetch-depth : 0
41
- persist_credentials : false
43
+ persist-credentials : false
44
+ ssh-user : karllu3
42
45
43
46
- name : Set safe directory
44
47
run : |
Original file line number Diff line number Diff line change 31
31
32
32
33
33
- name : Remote checkout
34
- run : git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@gitlab.com/lukasz.karlowski/ds-lk-default.git ds-gl-default
34
+ run : git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@gitlab.com/lukasz.karlowski/ds-lk-default.git ds-gl-default2
35
35
36
36
- name : Set safe directory
37
37
run : |
You can’t perform that action at this time.
0 commit comments