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 19103dc commit 0460af4Copy full SHA for 0460af4
.github/dependabot.yml
@@ -4,7 +4,7 @@ registries:
4
npm-github:
5
type: npm-registry
6
url: https://npm.pkg.github.com
7
- token: ${{secrets.GH_PACKAGES_NPM_READ_TOKEN}}
+ token: ${{secrets.DEPENDABOT_ACCESS_TOKEN}}
8
9
updates:
10
- package-ecosystem: "npm"
0 commit comments