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

Commit

Permalink
ci: add NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Oct 24, 2022
1 parent 6dd0819 commit 4eb5d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
B2C_TENANT_ID: ${{ secrets.B2C_TENANT_ID }}
RESOURCE_GROUP: ${{ secrets.RESOURCE_GROUP }}
MOCK_HTTP_API_STORAGE_ACCOUNT_NAME: mockhttpapi
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

steps:
- name: Print azure CLI version
Expand Down

0 comments on commit 4eb5d5f

Please sign in to comment.