-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
A recent change to the Github Actions here: https://github.blog/changelog/2023-10-05-github-actions-node_options-is-now-restricted-from-github_env/#:~:text=Due%20to%20security%20restrictions%2C%20users,parameter%20using%20'%24GITHUB_ENV'%20command now restricts setting NODE_OPTIONS using $GITHUB_ENV. So this happens now when using this action-dotenv-to-setenv action if your .env
file contains the NODE_OPTIONS variable.
Not sure what a workaround would be, since we need this in .env
for our local development. Maybe there needs to be a way to specify a filter so that variable is skipped when exporting it to $GITHUB_ENV?
Metadata
Metadata
Assignees
Labels
No labels