GitHub Actions Automation
GitHub Actions Automation
Lol. This is going to piss off a lot of lazy DevOps engineers.
Why don't you just use JWT auth flow. You can store the certificate in a secret variable in GitHub Actions, and use it at runtime to authenticate using sfdx or...
It's not called connected app anymore. It's now called external client apps.
@MatheusAugustoDeSouza if you are setting up machine-to-machine automated processes, then 'sf org login web' is not advised because it requires human interaction. Instead use: sfdx force:auth:jwt:grant -i "YOUR_SF_CONNECTED_APP_CLIENT_ID" -f server.key...
@dclappert im guessing you've not read anything about the suggestions above to use JWT certificate based machine-to-machine web-server auth flows rather than "sf org login web" which requires human interaction.