chore: change repository owner for declarative setup#3048
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Teams feature lets you group users with membership management and role permissions |
Greptile SummaryThis PR fixes the staging deployment workflow so that the declarative configuration repository (
Confidence Score: 5/5Safe to merge — the change is a two-line targeted fix that redirects cross-org repository access to the correct owner. The diff replaces an implicit runtime value (github.repository_owner, which evaluates to appwrite) with an explicit, correctly scoped constant (appwrite-labs) in exactly the two places that determine where the GitHub App token is installed and where the declarative repo is checked out. Both replacements are consistent, the new variable is clearly named and immediately visible in the env block, and no other workflow logic is touched. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "chore: change repository owner for decla..." | Re-trigger Greptile |


What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)