Created
September 3, 2025 13:39
-
-
Save qbart/229028c0f6a786a5b566644f0f6b14f0 to your computer and use it in GitHub Desktop.
Setting secrets for differnte providers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gh secret set --repo Selleo/mentingo --env demo1-production -f .github.env.sample | |
| aws ssm put-parameter --type "SecureString" --region "eu-central-1" --name "/learn/production/api/editable/SENTRY_DSN" --value "null" | |
| az keyvault secret set --vault-name VAULT --name NAME-HERE --value "s3.me-central-1.amazonaws.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment