Skip to content

Commit 8a3556e

Browse files
committed
ci: Fix web ui publish workflow
Signed-off-by: Danny Chiao <[email protected]>
1 parent 3253672 commit 8a3556e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ jobs:
185185
publish-web-ui-npm:
186186
if: github.repository == 'feast-dev/feast'
187187
runs-on: ubuntu-latest
188+
env:
189+
# This publish is working using an NPM automation token to bypass 2FA
190+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
188191
steps:
189192
- uses: actions/checkout@v2
190193
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)