We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f80f27 commit cfc68e4Copy full SHA for cfc68e4
1 file changed
.github/workflows/renovate.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: renovatebot/github-action@v44.0.3
33
with:
34
configurationFile: renovate.json
35
- token: ${{ env.RENOVATE_TOKEN }}
+ token: ${{ secrets.RENOVATE_TOKE || github.token }}
36
env:
37
LOG_LEVEL: debug
38
RENOVATE_REPOSITORIES: ${{ github.repository }}
0 commit comments