{"id":50478112,"url":"https://github.com/lumeweb/pinner-deploy-action","last_synced_at":"2026-06-01T15:00:50.958Z","repository":{"id":359484519,"uuid":"1218566474","full_name":"LumeWeb/pinner-deploy-action","owner":"LumeWeb","description":"Deploy content to IPFS via Pinner in your GitHub Actions workflows -- upload, pin, publish to IPNS, and set up websites","archived":false,"fork":false,"pushed_at":"2026-05-22T04:57:05.000Z","size":2706,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-05-22T12:46:21.806Z","etag":null,"topics":["deploy","github-actions","ipfs","ipns","pinner"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/LumeWeb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","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}},"created_at":"2026-04-23T02:12:18.000Z","updated_at":"2026-05-22T04:57:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/LumeWeb/pinner-deploy-action","commit_stats":null,"previous_names":["lumeweb/pinner-deploy-action"],"tags_count":1,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/LumeWeb/pinner-deploy-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumeWeb%2Fpinner-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumeWeb%2Fpinner-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumeWeb%2Fpinner-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumeWeb%2Fpinner-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LumeWeb","download_url":"https://codeload.github.com/LumeWeb/pinner-deploy-action/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LumeWeb%2Fpinner-deploy-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33780089,"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-01T02:00:06.963Z","response_time":115,"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":["deploy","github-actions","ipfs","ipns","pinner"],"created_at":"2026-06-01T15:00:26.464Z","updated_at":"2026-06-01T15:00:50.950Z","avatar_url":"https://github.com/LumeWeb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pinner Deploy Action\n\nDeploy content to IPFS via [Pinner](https://pinner.xyz) in your GitHub Actions\nworkflows.\n\n## Usage\n\n### Upload a directory\n\n```yaml\n- uses: lumeweb/pinner-deploy-action@v0\n  with:\n    api-key: ${{ secrets.PINNER_API_KEY }}\n    path: ./dist\n```\n\n### Upload + IPNS publish\n\n```yaml\n- uses: lumeweb/pinner-deploy-action@v0\n  with:\n    api-key: ${{ secrets.PINNER_API_KEY }}\n    path: ./build\n    ipns-key: my-app\n```\n\n### Full deployment with domain + cleanup\n\n```yaml\n- uses: lumeweb/pinner-deploy-action@v0\n  with:\n    api-key: ${{ secrets.PINNER_API_KEY }}\n    path: ./build\n    ipns-key: my-app\n    domain: myapp.example.com\n    remove-previous: true\n```\n\n### Upload + domain + cleanup (no IPNS)\n\n```yaml\n- uses: lumeweb/pinner-deploy-action@v0\n  with:\n    api-key: ${{ secrets.PINNER_API_KEY }}\n    path: ./build\n    domain: myapp.example.com\n    remove-previous: true\n```\n\n### Pin an existing CID\n\n```yaml\n- uses: lumeweb/pinner-deploy-action@v0\n  with:\n    api-key: ${{ secrets.PINNER_API_KEY }}\n    cid: QmExampleCID...\n```\n\n## Inputs\n\n| Input             | Required | Default                   | Description                                                       |\n| ----------------- | -------- | ------------------------- | ----------------------------------------------------------------- |\n| `api-key`         | Yes      | —                         | Pinner API key                                                    |\n| `path`            | No       | —                         | Local directory or file to upload to IPFS                         |\n| `cid`             | No       | —                         | Existing CID to pin (skip upload)                                 |\n| `endpoint`        | No       | `https://ipfs.pinner.xyz` | Pinner API endpoint                                               |\n| `ipns-key`        | No       | —                         | IPNS key name or ID to publish under                              |\n| `domain`          | No       | —                         | Domain for gateway website setup                                  |\n| `remove-previous` | No       | `false`                   | Remove previous pin after deploy. Requires \"ipns-key\" or \"domain\" |\n\n\u003e Either `path` or `cid` must be provided.\n\n## Outputs\n\n| Output        | Description                        |\n| ------------- | ---------------------------------- |\n| `cid`         | CID of the uploaded/pinned content |\n| `gateway-url` | Gateway URL for the content        |\n| `ipns-name`   | IPNS name if `ipns-key` was set    |\n| `website-id`  | Website ID if `domain` was set     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumeweb%2Fpinner-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumeweb%2Fpinner-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumeweb%2Fpinner-deploy-action/lists"}