venusprotocol/Venus Pinta GitHub Action
A GitHub Action to upload a directory to IPFS and pin it using Pinata
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path of the directory to upload | yes | — |
| pinName | Name of the pin. This name is used to determine what pins to delete when passing "maxPinsToKeep" input | yes | — |
| maxPinsToKeep | Sets the limit for how many pins with the same name to retain, deleting older ones | no | — |
| pinataApiKey | Pinata API key. Visit https://docs.pinata.cloud/account-management/api-keys | yes | — |
| pinataApiSecret | Pinata API secret. Visit https://docs.pinata.cloud/account-management/api-keys | yes | — |
Outputs
| name | description |
|---|---|
| cid | CID of the pinned content |