Skip to content

release: cascade develop -> stage (DATA_REPOSITORY URL fix) - #975

Merged
evereq merged 1 commit into
stagefrom
develop
Jun 17, 2026
Merged

release: cascade develop -> stage (DATA_REPOSITORY URL fix)#975
evereq merged 1 commit into
stagefrom
develop

Conversation

@evereq

@evereq evereq commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Cascade of PR #974 — DATA_REPOSITORY now gets the slug→URL transformation at runtime forwarding, matching the build-arg.

)

The build-arg step composes a full URL from a bare repo slug:

    DATA_REPOSITORY=https://github.com/${owner}/${secrets.DATA_REPOSITORY}

so `secrets.DATA_REPOSITORY` is a slug (e.g. `awesome-time-tracking-data`),
not a URL — by repo convention shared with docker-build-publish-*.yml.

PR #970 added bulk runtime-env forwarding but passed the slug through
unchanged, so the pod env saw `DATA_REPOSITORY=awesome-time-tracking-data`
and the app rejected it ('DATA_REPOSITORY' is not defined. Content
features will be limited.).

Mirror the same slug → URL transformation in the runtime-env step:
if the secret doesn't already look like a URL (http(s):// or git@),
prepend `https://github.com/${repo_owner_lc}/`. The cluster Secret now
matches what the build-arg already produces.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
directory-web-template-docs Building Building Preview, Comment Jun 17, 2026 4:17pm

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Free

Run ID: 44b4cd76-0712-4cb7-b1c6-45ea07de8142

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Note

🎁 Summarized by CodeRabbit Free

The PR author is not assigned a seat. To perform a comprehensive line-by-line review, please assign a seat to the pull request author through the subscription management page by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands and usage tips.

@evereq
evereq merged commit fc65d4f into stage Jun 17, 2026
6 of 9 checks passed
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