We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1850266 commit d346184Copy full SHA for d346184
1 file changed
config/moda/secrets/staging/secrets.yml
@@ -0,0 +1,30 @@
1
+---
2
+secrets:
3
+ COPILOT_API_URL:
4
+ key: COPILOT_API_URL
5
+ type:
6
+ owner:
7
+ playbook: ''
8
+ externally_usable:
9
+ kind: latest_at_deployment_start
10
+ CSE_COPILOT_HMAC_KEY:
11
+ key: CSE_COPILOT_HMAC_KEY
12
+ type: HMAC
13
+ owner: "@github/customer-success-engineering"
14
+ playbook: https://github.com/github/trust-metadata-api/blob/main/docs/playbooks/rotate-hmac-keys.md
15
+ externally_usable: true
16
17
+ CSE_COPILOT_SERVICE_URL:
18
+ key: CSE_COPILOT_SERVICE_URL
19
20
21
22
23
24
+ kittens:
25
+ key: kittens
26
+ type: kittens
27
+ owner: ''
28
+ playbook:
29
+ externally_usable: false
30
0 commit comments