Skip to content

Instantly share code, notes, and snippets.

View svierk's full-sized avatar
🏠
Working from home

Sebastiano Schwarz svierk

🏠
Working from home
View GitHub Profile
@vkeenan
vkeenan / how-to-actions.md
Last active June 6, 2024 10:57
How To Use SFDX-CLI with GitHub Actions

How To Use SFDX-CLI with GitHub Actions

Create JWT Auth Flow

Create Self-Signed Cert and Key

mkdir -p ~/.ssh/jwt
cd ~/.ssh/jwt
openssl genrsa -des3 -passout pass:SomePassword -out server.pass.key 2048