Skip to content

Commit 7960002

Browse files
authored
chore: fix github token for the update-pipeline (#112)
1 parent fe78963 commit 7960002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependency-checker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
python-version: "3.8"
1919
- name: Poetry Python dependeny updater
2020
env:
21-
GH_TOKEN: ${{ github.token }}
21+
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
2222
run: |
23-
git config --global user.name "SDK Releaser Bot"
23+
git config --global user.name "SDK Updater Bot"
2424
git config --global user.email "[email protected]"
2525
2626
pip install poetry

0 commit comments

Comments
 (0)