Skip to content

Commit

Permalink
test: try secrets-env
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Feb 20, 2025
1 parent f51eab3 commit 8e05970
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:

jobs:
nodejs:
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
uses: zakodium/workflows/.github/workflows/nodejs.yml@secrets-env
with:
lint-check-types: true
secrets:
env: |
TEST1=abc
TEST2=${{ secrets.TEST }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prettier": "prettier --check src",
"prettier-write": "prettier --write src",
"test": "npm run test-only && npm run eslint && npm run prettier && npm run check-types",
"test-only": "vitest run --coverage",
"test-only": "env",
"build": "cheminfo-build",
"tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm",
"tsc-cjs": "tsc --project tsconfig.cjs.json",
Expand Down

0 comments on commit 8e05970

Please sign in to comment.