ci(secrets): migrate GITHUB_TOKEN references to PROJECT_TOKEN secret
This commit is contained in:
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@@ -22,6 +22,6 @@ jobs:
|
||||
uses: renovatebot/github-action@v40.1.11
|
||||
with:
|
||||
configurationFile: .github/renovate.json
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.PROJECT_TOKEN }}
|
||||
env:
|
||||
LOG_LEVEL: info
|
||||
|
||||
Reference in New Issue
Block a user