Skip to content

Commit cb9e21d

Browse files
committed
🔧 chore(workflows): add environment variables for linting, building, and testing in CI workflow
1 parent 3beee24 commit cb9e21d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/call-ci-semantic-release-npm-sync.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ jobs:
4747
secrets:
4848
NPM_TOKEN: ${{ secrets.VS_NPM_TOKEN }}
4949
NODE_AUTH_TOKEN: ${{ secrets.VS_NPM_TOKEN }}
50-
50+
RUN_LINT: ${{ env.RUN_LINT }}
51+
RUN_BUILD: ${{ env.RUN_BUILD }}
52+
RUN_TEST: ${{ env.RUN_TEST }}
53+
5154

0 commit comments

Comments
 (0)