Add release-on-merge GitHub Action - #25
Open
moranshe-max wants to merge 2 commits into
Open
Conversation
- preview.yml: runs `wix preview` on PR open/sync, posts URL as a sticky comment on the PR (skips fork PRs). - release.yml: runs `wix release` on push to main. - Both build first, login via WIX_CLI_TOKEN, and pull Wix env via `wix env pull` before build. - No third-party actions used — org policy blocks them. Uses raw git, pre-installed Node 20, and the `gh` CLI for PR comments. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
moranshe-max
force-pushed
the
ci/release-workflow
branch
from
May 24, 2026 11:08
35f226a to
690b87a
Compare
Temporary diagnostic to confirm which Wix account the API key is issued for and which sites it can see. Helps narrow down whether the env-pull permission failure is an account/site mismatch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/release.yml— runsnpx wix releaseon push tomain.WIX_CLI_TOKENrepo secret.Test plan
main.wix login --api-keysucceeds with the configuredWIX_CLI_TOKEN.wix releasecompletes and a new version is visible in the Wix dashboard.🤖 Generated with Claude Code