Skip to content
New issue

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

Adjust pup to pass specific ENV vars down to build and workflow steps #23

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

borkweb
Copy link
Member

@borkweb borkweb commented Aug 28, 2024

Some commands need environment variables to be set in order to function correctly (example: NODE_AUTH_TOKEN for use in installing private npm packages)

This change sets a default set of env vars that can get passed down to commands (NODE_AUTH_TOKEN) and .puprc files can add additional env entries to expand the ENV vars that pup will handle.

The Files Changed on this PR looks intimidating, but most of those changes are the snapshots.

Fake Fake added 3 commits August 28, 2024 15:29
Some commands need environment variables to be set in order to function correctly (example: `NODE_AUTH_TOKEN` for use in installing private npm packages)

This change sets a default set of env vars that can get passed down to commands (`NODE_AUTH_TOKEN`) and `.puprc` files can add additional `env` entries to expand the ENV vars that pup will handle.
@borkweb borkweb changed the base branch from main to 1.3.6 August 28, 2024 19:32
@borkweb borkweb merged commit 78e37e6 into 1.3.6 Sep 5, 2024
2 checks passed
@borkweb borkweb deleted the feat/use-env-vars branch September 5, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants