Skip to content

Commit 552f7c6

Browse files
committed
ci: fix @dependabot npm package-ecosystem x yarn integration
- https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#npm-registry Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent fae69dc commit 552f7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nodeLinker: node-modules
2121
npmScopes:
2222
flex-development:
2323
npmAlwaysAuth: true
24-
npmAuthToken: ${GITHUB_TOKEN}
24+
npmAuthToken: ${GITHUB_TOKEN:-$PAT_BOT}
2525
npmRegistryServer: https://npm.pkg.github.com
2626

2727
patchFolder: ./patches

0 commit comments

Comments
 (0)