Set NODE_USE_ENV_PROXY in main.js and update workflow
Moved NODE_USE_ENV_PROXY environment variable assignment from the GitHub Actions workflow to main.js for consistent runtime configuration. This change ensures the variable is always set when the application runs, regardless of workflow environment settings.
This commit is contained in:
@@ -45,7 +45,6 @@ jobs:
|
||||
- uses: ./ # Uses the action in the root directory
|
||||
id: test
|
||||
env:
|
||||
NODE_USE_ENV_PROXY: 1
|
||||
https_proxy: https://example.com
|
||||
with:
|
||||
app-id: ${{ vars.TEST_APP_ID }}
|
||||
|
||||
Reference in New Issue
Block a user