Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions config/moda/secrets/production/secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
secrets:
COPILOT_API_URL:
key: COPILOT_API_URL
type: config
owner: "@github/customer-success-engineering"
playbook:
externally_usable: false
kind: latest_at_deployment_start
Comment on lines +5 to +9
CSE_COPILOT_HMAC_KEY:
key: CSE_COPILOT_HMAC_KEY
type: HMAC
owner: "@github/customer-success-engineering"
playbook: https://github.com/github/trust-metadata-api/blob/main/docs/playbooks/rotate-hmac-keys.md
externally_usable: true
kind: latest_at_deployment_start
CSE_COPILOT_SERVICE_URL:
key: CSE_COPILOT_SERVICE_URL
type: config
owner: "@github/customer-success-engineering"
playbook:
externally_usable: false
kind: latest_at_deployment_start
kittens:
key: kittens
type: kittens
owner: ''
playbook:
externally_usable: false
kind: latest_at_deployment_start
Comment on lines +24 to +30
Loading