Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit a59ad73

Browse files
committed
Set env var
1 parent 4cb0125 commit a59ad73

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
@@ -40,6 +40,9 @@ jobs:
4040
if: always()
4141

4242
steps:
43+
- name: Set Environment Variables
44+
run: echo "NPM_TOKEN=${{ secrets.NPM_TOKEN }}" >> $GITHUB_ENV
45+
4346
- name: Debug Info
4447
run: |
4548
echo "NPM_TOKEN: ${{ secrets.NPM_TOKEN }}"

0 commit comments

Comments
 (0)