Skip to content

Commit 8d72899

Browse files
committed
Update: add tokens
1 parent a80837d commit 8d72899

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ jobs:
3535
# run: yarn nx run workspace:packages:lint
3636

3737
- name: Release
38-
run: yarn nx run workspace:version
38+
run: yarn nx run workspace:version
39+
env:
40+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)