Skip to content

Commit 0cb1d01

Browse files
committed
change username
1 parent 69cb56f commit 0cb1d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/template_update_gh.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
pages: write
1414
env:
15-
GH_TEST_REPO_TOKEN: ${{ secrets.REPO_KEY_GITLAB }}
15+
GH_TEST_REPO_TOKEN: ${{ secrets.REPO_KEY_GITHUB }}
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: ./ds-gh-default2
5151
run: |
5252
git config --local user.email "lukasz.karlowski@deepsense.ai"
53-
git config --local user.name "karllu3"
53+
git config --local user.name "lukasz.karlowski"
5454
git checkout -b ds-default-check
5555
git add .
5656

0 commit comments

Comments
 (0)