Support manual snapshot runs - #56
Closed
MitchLillie wants to merge 1 commit into
Closed
MitchLillie wants to merge 1 commit into
MitchLillie wants to merge 1 commit into
Conversation
MitchLillie
force-pushed
the
mitch/manual-snapit-dispatch
branch
from
September 21, 2026 15:13
008b0ce to
dfee3c2
Compare
Author
|
Closing in favor of the smaller repo-local fallback in https://github.com/Shopify/app-bridge/pull/3432, matching the approach in Shopify/cli#8583. App Bridge can publish public snapshots through its already-trusted |
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.
Why
/snapitcurrently requires anissue_commentevent. npm is rejecting OIDC exchanges for comment-triggered workflows while accepting otherwise-identicalworkflow_dispatchruns, so consumers need a manual fallback.What changed
pull_request_numberinput forworkflow_dispatchrunsThe existing
/snapitcomment path is unchanged.Validation
npm run buildnpm run lintgit diff --checknpx tsc --noEmitremains blocked by existing incompatible Octokit declaration files (POST /repos/{owner}/{repo}/pages/deployment).