File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,12 @@ version: 2
1616registries :
1717 # Authenticate to GitHub for higher API rate limits
1818 # https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api
19- # https://docs.github.com/en/actions/how-tos/security-for-github-actions/security-guides/automatic-token-authentication
2019 # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#git
2120 github :
2221 type : git
2322 url : https://github.com
2423 username : x-access-token
25- password : ${{ secrets.GITHUB_TOKEN }}
24+ password : ${{ secrets.DEPENDABOT_TOKEN }}
2625
2726updates :
2827 - package-ecosystem : github-actions
You can’t perform that action at this time.
0 commit comments