Skip to content

Commit cab68df

Browse files
committed
test
1 parent e8520e7 commit cab68df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ on:
2020
dry_run:
2121
type: boolean
2222
default: false
23+
secrets:
24+
NPM_TOKEN:
25+
required: false
2326

2427
env:
2528
DOCKER_BUILDKIT: 1
2629
ECR_REPOSITORY: ${{ secrets.AWS_RESOURCE_NAME_PREFIX }}
2730
IMAGE_TAG: ${{ github.sha }}
28-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2931

3032
# permission can be added at job level or workflow level
3133
permissions:

0 commit comments

Comments
 (0)