Skip to content

Instantly share code, notes, and snippets.

@qbart
Created September 3, 2025 13:39
Show Gist options
  • Select an option

  • Save qbart/229028c0f6a786a5b566644f0f6b14f0 to your computer and use it in GitHub Desktop.

Select an option

Save qbart/229028c0f6a786a5b566644f0f6b14f0 to your computer and use it in GitHub Desktop.
Setting secrets for differnte providers
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