Skip to content

Commit e78e2cf

Browse files
fix: update renovate reading secret take ii
1 parent d0bdc25 commit e78e2cf

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

renovate.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>kristof-mattei/renovate-config"],
44
"forkProcessing": "enabled",
5-
"encrypted": {
6-
"npmToken": "{{ secrets.NPM_TOKEN }}"
7-
},
8-
"npmrc": "@actions-rs-plus:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=${NPM_TOKEN}"
5+
"hostRules": [
6+
{
7+
"matchHost": "https://npm.pkg.github.com/",
8+
"hostType": "npm",
9+
"encrypted": {
10+
"token": "{{ secrets.NPM_TOKEN }}"
11+
}
12+
}
13+
],
14+
"npmrc": "@actions-rs-plus:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/"
915
}

0 commit comments

Comments
 (0)