forcedotcom / git2gus

A Github application to keep issues in sync with Agile Accelerator
https://lwc-gus-bot.herokuapp.com
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

Update salesforce.js #154

Closed mpsenn closed 1 year ago

mpsenn commented 1 year ago

Fixes #153. salesforce.js reads SALESFORCE_USER_ID from the environment, but other files use GUS_USER, and our prod deployment configures that name.

git2gus[bot] commented 1 year ago

Git2Gus App is installed but the .git2gus/config.json doesn't exist.

douglascayers commented 1 year ago

❓ I did a search for GUS_USER and found multiple references to process.env.GUS_USERNAME.

Are GUS_USER and GUS_USERNAME different? I guess GUS_USER is the user id rather than the username?

mpsenn commented 1 year ago

Correct, GUS_USER is configured as the 18-character ID, GUS_USERNAME is the username you'd use on login.salesforce.com