Update ui-workflow.yml
This commit is contained in:
4
.github/workflows/ui-workflow.yml
vendored
4
.github/workflows/ui-workflow.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN_CAN_READ_PACKAGES:
|
SECRET_GH_TOKEN_CAN_READ_PACKAGES:
|
||||||
required: true
|
required: true
|
||||||
SECRET_ECR_REGISTRY:
|
SECRET_ECR_REGISTRY:
|
||||||
required: true
|
required: true
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- run: (rm .npmrc || true) && npm install
|
- run: (rm .npmrc || true) && npm install
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN_CAN_READ_PACKAGES }}
|
NODE_AUTH_TOKEN: ${{ secrets.SECRET_GH_TOKEN_CAN_READ_PACKAGES }}
|
||||||
|
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user