Skip to content
Merged
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
7 changes: 7 additions & 0 deletions .github/workflows/handle-source-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ jobs:
git config --global url."https://${GH_ACCESS_TOKEN}@github.com/".insteadOf "https://github.com/"
echo "GOPRIVATE=github.com/loft-sh/vcluster-pro*" >>"$GITHUB_ENV"
echo "GOPROXY=https://proxy.golang.org,direct" >>"$GITHUB_ENV"
# The versioned docs trees were seeded from copies that carried an
# executable bit, so many committed partials are 100755 while the
# generators write them at 100644. Without this, every sync PR
# carries hundreds of spurious 100755->100644 mode-only diffs that
# bury the real content changes. .mdx/.md/.json docs are never
# executed, so ignore the executable bit repo-wide for the sync.
git config core.fileMode false

# The platform pin bump (below) moves api + agentapi to a version
# loft-enterprise tagged moments ago. proxy.golang.org and
Expand Down
Loading