Skip to content

Commit cfc68e4

Browse files
authored
fix: renovata token failure (#98)
1 parent 6f80f27 commit cfc68e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: renovatebot/github-action@v44.0.3
3333
with:
3434
configurationFile: renovate.json
35-
token: ${{ env.RENOVATE_TOKEN }}
35+
token: ${{ secrets.RENOVATE_TOKE || github.token }}
3636
env:
3737
LOG_LEVEL: debug
3838
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 commit comments

Comments
 (0)