lumeweb/Pinner Deploy Action
Deploy content to IPFS via Pinner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Pinner API key | yes | — |
| path | Local directory or file to upload to IPFS | no | — |
| cid | Existing CID to pin (skip upload) | no | — |
| endpoint | Pinner API endpoint | no | https://ipfs.pinner.xyz |
| ipns-key | IPNS key name or ID to publish under | no | — |
| domain | Domain for gateway website setup | no | — |
| remove-previous | Remove previous pin after successful deploy. Requires "ipns-key" or "domain". | no | false |
| timeout | Maximum time in seconds to wait for a pin operation to complete | no | 300 |
Outputs
| name | description |
|---|---|
| cid | CID of the uploaded/pinned content |
| gateway-url | Gateway URL for the content |
| ipns-name | IPNS name if published |
| website-id | Website ID if domain was configured |