Skip to content

test: try secrets-env #106

test: try secrets-env

test: try secrets-env #106

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
jobs:
nodejs:
uses: zakodium/workflows/.github/workflows/nodejs.yml@secrets-env

Check failure on line 11 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / Node.js CI

Invalid workflow file

The workflow is not valid. In .github/workflows/nodejs.yml (Line: 11, Col: 11): Error from called workflow zakodium/workflows/.github/workflows/nodejs.yml@secrets-env (Line: 168, Col: 13): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.env
with:
lint-check-types: true
secrets:
env: |
TEST1=abc
TEST2=${{ secrets.TEST }}