You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During deployment of torc-serverless we ran into an issue where an environment variable's value had special characters in it, causing bash to interpret it as a variable.
* #15 - use aws sdk v3 and fix eslint errors
* 1.3.0
* #15 - escape special chars in environment variable values when storing in a file
* version bump
---------
Co-authored-by: lbelling <[email protected]>
During deployment of torc-serverless we ran into an issue where an environment variable's value had special characters in it, causing bash to interpret it as a variable.
Reference: https://github.com/opentorc/torc-serverless/actions/runs/8656935696/job/23738266039
We need to thus escape the special characters when saving them to a file.
The text was updated successfully, but these errors were encountered: