{"id":20879736,"url":"https://github.com/ryohidaka/action-wxt-submit","last_synced_at":"2026-04-26T01:32:32.177Z","repository":{"id":255805024,"uuid":"788261562","full_name":"ryohidaka/action-wxt-submit","owner":"ryohidaka","description":"A GitHub Action that submits new versions of an extension created with WXT for review.","archived":false,"fork":false,"pushed_at":"2026-04-20T12:04:43.000Z","size":487,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T14:17:22.201Z","etag":null,"topics":["actions","github-actions","webextension","webextensions","wxt"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryohidaka.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ryohidaka"],"patreon":null,"open_collective":null,"ko_fi":"ryohidaka","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-04-18T04:37:44.000Z","updated_at":"2026-04-20T12:04:46.000Z","dependencies_parsed_at":"2024-09-12T13:29:25.021Z","dependency_job_id":"3d811d47-5a9c-4794-8be3-05cca88758be","html_url":"https://github.com/ryohidaka/action-wxt-submit","commit_stats":null,"previous_names":["ryohidaka/wxt-submit"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ryohidaka/action-wxt-submit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-wxt-submit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-wxt-submit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-wxt-submit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-wxt-submit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryohidaka","download_url":"https://codeload.github.com/ryohidaka/action-wxt-submit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-wxt-submit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32283294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-actions","webextension","webextensions","wxt"],"created_at":"2024-11-18T07:17:36.917Z","updated_at":"2026-04-26T01:32:32.172Z","avatar_url":"https://github.com/ryohidaka.png","language":"Shell","funding_links":["https://github.com/sponsors/ryohidaka","https://ko-fi.com/ryohidaka","https://ko-fi.com/B0B6TVH92"],"categories":[],"sub_categories":[],"readme":"# WXT Submit\n\n[![GitHub Release](https://img.shields.io/github/v/release/ryohidaka/action-wxt-submit)](https://github.com/ryohidaka/action-wxt-submit/releases/)\n[![Test Action](https://github.com/ryohidaka/action-wxt-submit/actions/workflows/main.yml/badge.svg)](https://github.com/ryohidaka/action-wxt-submit/actions/workflows/main.yml)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B6TVH92)\n\nA GitHub Action that submits new versions of an extension created with [WXT](https://wxt.dev/) for review.\n\n## Usage\n\n```yml\n- uses: pnpm/action-setup@v4\n  with:\n    version: \"latest\"\n\n- uses: ryohidaka/wxt-submit@v1\n  with:\n    dry-run: true\n    root-path: .\n\n    # For Chrome Extension\n    chrome: true\n    chrome-extension-id: ${{ secrets.CHROME_EXTENSION_ID }}\n    chrome-client-id: ${{ secrets.CHROME_CLIENT_ID }}\n    chrome-client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}\n    chrome-refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}\n\n    # For Firefox Addon\n    firefox: true\n    firefox-extension-id: ${{ secrets.FIREFOX_EXTENSION_ID }}\n    firefox-jwt-issuer: ${{ secrets.FIREFOX_JWT_ISSUER }}\n    firefox-jwt-secret: ${{ secrets.FIREFOX_JWT_SECRET }}\n\n    # For Edge Extension\n    edge: true\n    edge-product-id: ${{ secrets.EDGE_PRODUCT_ID }}\n    edge-client-id: ${{ secrets.EDGE_CLIENT_ID }}\n    edge-client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}\n    edge-access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}\n```\n\n## Inputs\n\n| input       | required | default | description                      |\n| ----------- | -------- | ------- | -------------------------------- |\n| `dry-run`   |          | `false` | Dry Run Flag                     |\n| `root-path` |          | `.`     | The root path of the wxt project |\n\n### For Chrome Extension\n\n| input                  | required | default | description                          |\n| ---------------------- | -------- | ------- | ------------------------------------ |\n| `chrome`               |          | `false` | Flag whether to target chrome or not |\n| `chrome-extension-id`  | ✔        |         | Chrome Extension ID                  |\n| `chrome-client-id`     | ✔        |         | Chrome Client ID                     |\n| `chrome-client-secret` | ✔        |         | Chrome Client Secret                 |\n| `chrome-refresh-token` | ✔        |         | Chrome Refresh Token                 |\n\n### For Firefox Addon\n\n| input                  | required | default | description                           |\n| ---------------------- | -------- | ------- | ------------------------------------- |\n| `firefox`              |          | `false` | Flag whether to target firefox or not |\n| `firefox-extension-id` | ✔        |         | Firefox Extension ID                  |\n| `firefox-jwt-issuer`   | ✔        |         | Firefox JWT Issuer                    |\n| `firefox-jwt-secret`   | ✔        |         | Firefox JWT Secret                    |\n\n### For Edge Extension\n\n| input                   | required | default | description                        |\n| ----------------------- | -------- | ------- | ---------------------------------- |\n| `edge`                  |          | `false` | Flag whether to target Edge or not |\n| `edge-product-id`       | ✔        |         | Edge Product ID                    |\n| `edge-client-id`        | ✔        |         | Edge Client ID                     |\n| `edge-client-secret`    | ✔        |         | Edge Client Secret                 |\n| `edge-access-token-url` | ✔        |         | Edge Access Token URL              |\n\n## Link\n\n- [WXT](https://wxt.dev/)\n\n- [Publishing](https://wxt.dev/guide/publishing.html#publishing)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Faction-wxt-submit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryohidaka%2Faction-wxt-submit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Faction-wxt-submit/lists"}