Skip to content

Fix env var references in fetch-models workflow#16

Merged
williamw merged 1 commit intomasterfrom
MKT-88-refresh-models-action
Mar 16, 2026
Merged

Fix env var references in fetch-models workflow#16
williamw merged 1 commit intomasterfrom
MKT-88-refresh-models-action

Conversation

@williamw
Copy link
Copy Markdown
Contributor

  • Fixes fetch-models workflow failing due to MODULAR_CLOUD_ORG and MODULAR_CLOUD_BASE_URL being referenced as secrets instead of vars

Notes

  • These two values are configured as repository variables, not secrets — using secrets.* caused them to resolve to empty strings, triggering the "Missing required environment variables" error

Changes

Workflow

File Change
.github/workflows/fetch-models.yml Updated — change secrets.MODULAR_CLOUD_ORG and secrets.MODULAR_CLOUD_BASE_URL to vars.*

- MODULAR_CLOUD_ORG and MODULAR_CLOUD_BASE_URL are repo variables, not secrets
- Change secrets.* to vars.* so they resolve correctly at runtime
@williamw williamw self-assigned this Mar 16, 2026
@williamw williamw marked this pull request as ready for review March 16, 2026 18:17
@williamw williamw merged commit 0aa5c29 into master Mar 16, 2026
1 of 2 checks passed
@williamw williamw deleted the MKT-88-refresh-models-action branch March 16, 2026 18:18
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.

1 participant