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
I'm trying to provision a GitHub data source from a config file, using environment variables to substitute in the secret values. The issue I'm hitting is that the App and Installation IDs are numeric strings and I can't get the config to interpret them as strings.
The exact error I'm getting is:
json: cannot unmarshal number into Go struct field Settings.appId of type string
I've also tried wrapping the variable in quotes but this causes a parse error, and I've tried wrapping the config value in quotes but that didn't seem to make a difference.