{"id":18317199,"url":"https://github.com/single-spa/action-deploy-to-import-map-deployer","last_synced_at":"2026-06-20T01:31:05.494Z","repository":{"id":258004063,"uuid":"871388763","full_name":"single-spa/action-deploy-to-import-map-deployer","owner":"single-spa","description":"Github action for deploying to import-map-deployer","archived":false,"fork":false,"pushed_at":"2025-02-22T03:06:16.000Z","size":391,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T14:08:25.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/single-spa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":["jolyndenning"],"patreon":"singlespa","open_collective":"single-spa","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-10-11T21:31:42.000Z","updated_at":"2025-02-22T03:06:20.000Z","dependencies_parsed_at":"2025-02-15T07:45:13.994Z","dependency_job_id":"acd23eab-a17b-4990-9e75-095ea329641d","html_url":"https://github.com/single-spa/action-deploy-to-import-map-deployer","commit_stats":null,"previous_names":["single-spa/action-deploy-to-import-map-deployer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/single-spa/action-deploy-to-import-map-deployer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Faction-deploy-to-import-map-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Faction-deploy-to-import-map-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Faction-deploy-to-import-map-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Faction-deploy-to-import-map-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/single-spa","download_url":"https://codeload.github.com/single-spa/action-deploy-to-import-map-deployer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single-spa%2Faction-deploy-to-import-map-deployer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34554511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-05T18:05:23.066Z","updated_at":"2026-06-20T01:31:05.476Z","avatar_url":"https://github.com/single-spa.png","language":"JavaScript","funding_links":["https://github.com/sponsors/jolyndenning","https://patreon.com/singlespa","https://opencollective.com/single-spa"],"categories":[],"sub_categories":[],"readme":"# action-deploy-to-import-map-deployer\n\nGithub action for deploying microfrontends or import maps to [import-map-deployer](https://github.com/single-spa/import-map-deployer). Note that this action does not upload files to a CDN - it only calls import-map-deployer to update the import map. Uploading files to CDN should be done before using this Github action\n\n## Usage\n\nAdd a `uses: single-spa/action-deploy-to-import-map-deployer@v1` step to your Github workflow\n\n### Example PATCH service\n\n[Example repo](https://github.com/react-microfrontends/api/blob/main/.github/workflows/build_and_deploy.yml)\n\n```yml\n- name: Update Import Map\n  uses: single-spa/action-deploy-to-import-map-deployer@v1\n  with:\n    host: ${{ secrets.DEPLOYER_HOST }}\n    username: ${{ secrets.DEPLOYER_USERNAME }}\n    password: ${{ secrets.DEPLOYER_PASSWORD }}\n    environment-name: react\n    service-name: \"@org-name/${{ github.event.repository.name }}\"\n    service-url: \"https://react.microfrontends.app/${{ github.event.repository.name }}/${{ github.run_id }}/react-mf-${{ github.event.repository.name }}.js\"\n    service-integrity: sha256-example\n    service-integrity-file-path: react-mf-${{ github.event.repository.name }}.js\n```\n\n### Example PATCH import-map\n\n```yml\n- name: Update Import Map\n  uses: single-spa/action-deploy-to-import-map-deployer@v1\n  with:\n    host: ${{ secrets.DEPLOYER_HOST }}\n    username: ${{ secrets.DEPLOYER_USERNAME }}\n    password: ${{ secrets.DEPLOYER_PASSWORD }}\n    environment-name: react\n    import-map-path: app.importmap\n```\n\n## Inputs\n\nSee [action.yml](/action.yml) for a list of all required and optional inputs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingle-spa%2Faction-deploy-to-import-map-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingle-spa%2Faction-deploy-to-import-map-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingle-spa%2Faction-deploy-to-import-map-deployer/lists"}