-
Notifications
You must be signed in to change notification settings - Fork 84
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
env:pull uses local values of encrypted variables #2656
env:pull uses local values of encrypted variables #2656
Conversation
Subscribed to pull request
Generated by CodeMention |
Size Change: +501 B (0%) Total Size: 53 MB
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2656 +/- ##
==========================================
- Coverage 53.01% 52.91% -0.10%
==========================================
Files 567 570 +3
Lines 21647 21750 +103
Branches 4242 4263 +21
==========================================
+ Hits 11474 11506 +32
- Misses 10143 10213 +70
- Partials 30 31 +1 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Szymon Dziedzic <[email protected]>
ca2d3ec
to
d41ee53
Compare
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
Why
ENG-13929: eas env:pull overwrites all variables
env:pull
should not overwrite existing values for encrypted variables, but leave them in.env.local
.Test Plan
Tested manually