madskristensen/Publish to Open VSIX Gallery
Uploads a VSIX extension to the Open VSIX Gallery (vsixgallery.com)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 25, 2026
- License
- None
Pinned Snippet
uses: madskristensen/publish-vsixgallery@c2659f293a9a6ec694859e517765ca0f3ac0e3dc # v1.10.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| vsix-file | Path to the .vsix file to upload | yes | — |
| gallery-url | Base URL of the Open VSIX Gallery to publish to. Override this if you host your own instance of the gallery. No trailing slash. | no | https://www.vsixgallery.com |
| readme | URL to a README.md. Defaults to <branch>/README.md in the current repo | no | — |
| manage-token | Optional manage token. Acts as a password for the extension's /extension/<id>/manage page (delete, etc.). When omitted on the very first upload, the gallery auto-generates one and embeds it in the manage URL printed to the step log and the workflow run summary -- that's your only chance to save it. On subsequent uploads the manage URL no longer contains the token; you'll be prompted for it on the manage page. | no | — |
Outputs
no outputs