Matt Johnson
Results
2
comments of
Matt Johnson
This was not solved by upgrading to heroku-18 for us. The contents of `.profile.d/google-credentials.sh` is `echo > /app/google-credentials.json`.
We ended up [resolving this without a buildpack](https://github.com/elishaterada/heroku-google-application-credentials-buildpack/pull/5#issuecomment-547896688). We stored our raw credentials JSON in a `GOOGLE_CREDENTIALS` environment variable, and then added a `.profile` file to the root of our...