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/staging/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:
owner:
playbook: ''
externally_usable:
kind: latest_at_deployment_start
Comment on lines +3 to +9
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

COPILOT_API_URL has empty required metadata fields (type, owner, and externally_usable). Please either set type to an appropriate value (e.g., config if it’s just configuration) and then omit the non-applicable keys, or fill in all required fields with valid values so this entry passes schema/lint validation.

This issue also appears in the following locations of the same file:

  • line 17
  • line 24

Copilot uses AI. Check for mistakes.
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:
owner:
playbook: ''
externally_usable:
kind: latest_at_deployment_start
kittens:
key: kittens
type: kittens
owner: ''
playbook:
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty fields are represented inconsistently (playbook: '' in some entries vs playbook: in kittens). Please use a consistent representation (prefer omitting optional keys or setting them to an explicit value) so downstream tooling doesn’t interpret empty string vs null differently.

Suggested change
playbook:
playbook: ''

Copilot uses AI. Check for mistakes.
externally_usable: false
kind: latest_at_deployment_start
Loading