Skip to content

Commit 6d149dc

Browse files
committed
username/pass
1 parent 780c593 commit 6d149dc

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/template_update_gh.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77

8-
validate-default-instance:
8+
validate-default-gh-instance:
99
runs-on: ubuntu-latest
1010
container: python:3.11
1111
permissions:
@@ -30,6 +30,12 @@ jobs:
3030
run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml
3131

3232

33+
- name: Prepare git username
34+
working-directory: ./ds-gh-default2
35+
run: |
36+
git config --global user.email "lukasz.karlowski@deepsense.ai"
37+
git config --global user.name "lukasz karlowski"
38+
3339
- name: Remote checkout
3440
uses: actions/checkout@v4
3541
with:
@@ -38,7 +44,7 @@ jobs:
3844
repository: karllu3/ds-lk-default
3945
token: ${{ secrets.REPO_KEY_GITLAB }}
4046
fetch-depth: 0
41-
persist_credentials: true
47+
persist_credentials: false
4248

4349
- name: Set safe directory
4450
run: |

.github/workflows/template_update_gl.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77

8-
validate-default-instance:
8+
validate-default-gl-instance:
99
runs-on: ubuntu-latest
1010
container: python:3.11
1111
permissions:
@@ -59,6 +59,7 @@ jobs:
5959
python -m pip install .
6060
6161
- name: Install pre-commit
62+
working-directory: ./ds-gl-default2
6263
run: pip3 install pre-commit
6364

6465
- name: Run pre-commit checks

0 commit comments

Comments
 (0)