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 cecf61a commit e2fca9bCopy full SHA for e2fca9b
.github/workflows/dependency-checker.yaml
@@ -18,7 +18,7 @@ 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"
24
git config --global user.email "[email protected]"
0 commit comments