Skip to content

Commit de13bb9

Browse files
committed
fix(action): added missing token reference
1 parent 82d124f commit de13bb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths:
88
- 'packages/ui/package.json'
9+
- '.github/workflows/publish.yaml'
910
workflow_dispatch:
1011

1112
permissions:
@@ -48,3 +49,5 @@ jobs:
4849
- name: Build and publish
4950
if: steps.version_check.outputs.exists != 'true'
5051
run: pnpm run release
52+
env:
53+
NODE_AUTH_TOKEN: ${{ secrets.NPM_EQTYLAB_TOKEN }}

0 commit comments

Comments
 (0)