Skip to content

Commit 8acafaf

Browse files
committed
ci: use RENOVATE_TOKEN for Renovate to enable vulnerability alert access
The default GITHUB_TOKEN cannot read Dependabot/vulnerability alerts, causing 'Cannot access vulnerability alerts' on the Dependency Dashboard. Switch to the RENOVATE_TOKEN secret which can be granted alert read access.
1 parent 80d594f commit 8acafaf

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
@@ -29,7 +29,7 @@ jobs:
2929
uses: renovatebot/github-action@v46.1.6
3030
with:
3131
configurationFile: renovate.json
32-
token: ${{ secrets.GITHUB_TOKEN }}
32+
token: ${{ secrets.RENOVATE_TOKEN }}
3333
env:
3434
LOG_LEVEL: info
3535
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 commit comments

Comments
 (0)