Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
md - update .github/dependabot.yml to use just-for-this-public-repo r…
Browse files Browse the repository at this point in the history
…eadonly package token secret (#35)
  • Loading branch information
mastamark authored Nov 14, 2022
1 parent e7de020 commit 1724fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ registries:
url: https://npm.pkg.github.com/
username: appf-im-tooling
# Format of "password" is "username:password" base64 encoded
password: ${{secrets.NPM_GITHUB_PACKAGES_RO_PASSWORD}}
password: ${{secrets.CYPRESS_REACT_GEARS_NPM_GITHUB_PACKAGES_RO_PASSWORD}}
updates:
- package-ecosystem: npm
directory: "/"
Expand Down

0 comments on commit 1724fb8

Please sign in to comment.