Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -634,10 +634,8 @@ jobs:
channel_name="nightly"
fi

vercel_scope_args=()
if [[ -n "${VERCEL_TEAM_SLUG:-}" ]]; then
vercel_scope_args=(--scope "$VERCEL_TEAM_SLUG")
fi
vercel_scope="${VERCEL_TEAM_SLUG:-$VERCEL_ORG_ID}"
vercel_scope_args=(--scope "$vercel_scope")

echo "Deploying hosted web app for $channel_name channel."
deployment_url="$(
Expand Down
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Required GitHub Actions secrets:

Optional GitHub Actions variables:

- `VERCEL_TEAM_SLUG`: required only if the token needs an explicit Vercel team scope.
- `VERCEL_TEAM_SLUG`: overrides the Vercel CLI scope when the team slug is preferred over the `VERCEL_ORG_ID` secret.
- `T3CODE_WEB_ROUTER_URL`: defaults to `https://app.t3.codes`.
- `T3CODE_WEB_LATEST_DOMAIN`: defaults to `latest.app.t3.codes`.
- `T3CODE_WEB_NIGHTLY_DOMAIN`: defaults to `nightly.app.t3.codes`.
Expand Down
Loading