We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub Actions do not allow adding NODE_OPTIONS to $GITHUB_ENV
https://github.blog/changelog/2023-10-05-github-actions-node_options-is-now-restricted-from-github_env/
We use the same .env file locally (where we need NODE_OPTIONS) and in CI (where we are Okay with it being ignored.
It would be nice if dotenv-action had an option to ignore this variable altogether without triggering all these warnings.
The text was updated successfully, but these errors were encountered:
As this is a forbidden parameter, I will just unset it / ignore it from the .env file
Sorry, something went wrong.
That would be sufficient. Thank you
No branches or pull requests
GitHub Actions do not allow adding NODE_OPTIONS to $GITHUB_ENV
https://github.blog/changelog/2023-10-05-github-actions-node_options-is-now-restricted-from-github_env/
We use the same .env file locally (where we need NODE_OPTIONS) and in CI (where we are Okay with it being ignored.
It would be nice if dotenv-action had an option to ignore this variable altogether without triggering all these warnings.
The text was updated successfully, but these errors were encountered: