Spent an afternoon debugging a problem that I trac...
# esc
r
Spent an afternoon debugging a problem that I traced back to the esc github action. It looks like if you have an env variable with a value that contains a
=
e.g. (
MY_ESC_ENV_VARIABLE=foo=bar
), when you access it in the GHA, you'll see
MY_ESC_ENV_VARIABLE=foo
. Sentry auth tokens include an equal sign 🫠
w
Thanks for filing this @rough-lawyer-56291 - we'll get to work on it.
r
Thanks @wonderful-monkey-84949 - appreciate the follow up!