Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

Three environment variables in hack/prd.sh were reading from unprefixed names while the GitHub Actions workflow exports them with the XTRAMCP_ prefix, causing deployment configuration to use fallback values instead of actual secrets.

Changes:

  • XTRAMCP_CROSSREF_EMAIL_ADDRESS now reads from ${XTRAMCP_CROSSREF_EMAIL_ADDRESS} instead of ${CROSSREF_EMAIL_ADDRESS}
  • XTRAMCP_DOI_EMAIL_ADDRESS now reads from ${XTRAMCP_DOI_EMAIL_ADDRESS} instead of ${DOI_EMAIL_ADDRESS}
  • XTRAMCP_ARXIV_METADATA_DB_URL now reads from ${XTRAMCP_ARXIV_METADATA_DB_URL} instead of ${ARXIV_METADATA_DB_URL}

These align with the variable names exported in .github/workflows/release.yml lines 113-115.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Junyi-99 <14367694+Junyi-99@users.noreply.github.com>
Copilot AI changed the title [WIP] Update config variables for deployment fix: correct XTRAMCP environment variable references in prd.sh Jan 15, 2026
Copilot AI requested a review from Junyi-99 January 15, 2026 15:10
@Junyi-99 Junyi-99 closed this Jan 15, 2026
@Junyi-99 Junyi-99 deleted the copilot/sub-pr-85 branch January 15, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants