Compare commits
2 Commits
942cf7f092
...
12b2dd6b51
| Author | SHA1 | Date | |
|---|---|---|---|
| 12b2dd6b51 | |||
| 84486e816a |
@@ -65,10 +65,11 @@ jobs:
|
|||||||
- name: Configure npm registry auth
|
- name: Configure npm registry auth
|
||||||
run: |
|
run: |
|
||||||
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
|
||||||
cat >> ~/.bunfig.toml << EOF
|
cat >> ~/.bunfig.toml << EOF
|
||||||
[install.scopes]
|
[publish]
|
||||||
"@0kmpo" = { registry = "https://registry.npmjs.org", token = "${NODE_AUTH_TOKEN}" }
|
registry = "https://registry.npmjs.org"
|
||||||
EOF
|
token = "${NODE_AUTH_TOKEN}"
|
||||||
|
EOF
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user