Skip to content

Commit df23dcd

Browse files
author
Sunita Prajapati
committed
fix(release): added NPM_TOKEN in env
1 parent 0170e6c commit df23dcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
devbox run -e GITHUB_REF=refs/heads/$BRANCH_NAME release
8888
env:
8989
GH_TOKEN: ${{ github.token }}
90+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9091

9192
release-production:
9293
name: Release (production)
@@ -112,6 +113,7 @@ jobs:
112113
run: devbox run release
113114
env:
114115
GH_TOKEN: ${{ github.token }}
116+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
115117

116118
- name: Update Apps
117119
run: devbox run update-apps

0 commit comments

Comments
 (0)