We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe78963 commit 7960002Copy full SHA for 7960002
.github/workflows/dependency-checker.yaml
@@ -18,9 +18,9 @@ jobs:
18
python-version: "3.8"
19
- name: Poetry Python dependeny updater
20
env:
21
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
22
run: |
23
- git config --global user.name "SDK Releaser Bot"
+ git config --global user.name "SDK Updater Bot"
24
git config --global user.email "[email protected]"
25
26
pip install poetry
0 commit comments