Skip to content

Commit 635e223

Browse files
committed
fixes
1 parent ec56ec9 commit 635e223

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/template_update_gh.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
permissions:
1212
contents: read
1313
pages: write
14+
env:
15+
GH_TEST_REPO_TOKEN: ${{ secrets.REPO_KEY_GITLAB }}
1416

1517
steps:
1618
- uses: actions/checkout@v4
@@ -36,9 +38,10 @@ jobs:
3638
path: ds-gh-default2
3739
ref: main
3840
repository: karllu3/ds-lk-default
39-
token: ${{ secrets.REPO_KEY_GITLAB }}
41+
token: ${{ env.GH_TEST_REPO_TOKEN }}
4042
fetch-depth: 0
41-
persist_credentials: false
43+
persist-credentials: false
44+
ssh-user: karllu3
4245

4346
- name: Set safe directory
4447
run: |

.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 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
3535

3636
- name: Set safe directory
3737
run: |

0 commit comments

Comments
 (0)