Skip to content

Commit

Permalink
ci: [@dependabot] use secrets.GH_REGISTRY_TOKEN
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Oct 22, 2023
1 parent 1b3efb0 commit 1196bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
version: 2
registries:
github:
token: ${{ secrets.PAT_BOT }}
token: ${{ secrets.GH_REGISTRY_TOKEN }}
type: npm-registry
url: https://npm.pkg.github.com
updates:
Expand Down

0 comments on commit 1196bea

Please sign in to comment.