Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update js-api-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano authored Mar 28, 2022
1 parent c158ba2 commit d09f760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-api-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
GITHUB_BRANCH: ${{ github.ref }}
GITHUB_PULL_REQUEST: ${{ github.event.number }}
GITHUB_BUILD_NUMBER: ${{ github.run_number }}
NPM_REGISTRY_TOKEN: ${{ github.NPM_REGISTRY_TOKEN }}
NPM_REGISTRY_ADDRESS: ${{ github.NPM_REGISTRY_ADDRESS }}
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
NPM_REGISTRY_ADDRESS: ${{ secrets.NPM_REGISTRY_ADDRESS }}

jobs:
build:
Expand Down

0 comments on commit d09f760

Please sign in to comment.