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

feat: allow opt-out of exporting environment variables #157

Merged
merged 1 commit into from Mar 24, 2022

Conversation

sethvargo
Copy link
Member

This allows users to opt-out of exporting environment variables. This might be helpful if they don't want future steps to be authenticated, or if the exported environment variables conflict with other values.

Fixes #156

@sethvargo sethvargo requested a review from a team as a code owner March 24, 2022 20:05
@sethvargo sethvargo enabled auto-merge (squash) March 24, 2022 20:05
src/main.ts Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
This allows users to opt-out of exporting environment variables. This might be helpful if they **don't** want future steps to be authenticated, or if the exported environment variables conflict with other values.
@sethvargo sethvargo merged commit d16fd89 into main Mar 24, 2022
@sethvargo sethvargo deleted the sethvargo/envvars branch March 24, 2022 21:02
@simi
Copy link

simi commented Mar 24, 2022

💪 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants