Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit d09f760

Browse files
authored
Update js-api-build.yml
1 parent c158ba2 commit d09f760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/js-api-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
GITHUB_BRANCH: ${{ github.ref }}
1616
GITHUB_PULL_REQUEST: ${{ github.event.number }}
1717
GITHUB_BUILD_NUMBER: ${{ github.run_number }}
18-
NPM_REGISTRY_TOKEN: ${{ github.NPM_REGISTRY_TOKEN }}
19-
NPM_REGISTRY_ADDRESS: ${{ github.NPM_REGISTRY_ADDRESS }}
18+
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
19+
NPM_REGISTRY_ADDRESS: ${{ secrets.NPM_REGISTRY_ADDRESS }}
2020

2121
jobs:
2222
build:

0 commit comments

Comments
 (0)