aave/Pinata ipfs upload
Upload folder to ipfs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 16, 2026
- License
- MIT
Pinned Snippet
uses: aave/pinata-action@35662944e92cf082457973f10aa42e48df179b47 # v1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| BUILD_LOCATION | Folder path to upload | yes | — |
| PIN_ALIAS | Pin alias | yes | — |
| PINATA_API_KEY | Pinata api key | yes | — |
| PINATA_SECRET_KEY | Pinata secret key | yes | — |
| CID_VERSION | CID version (0 or 1) | yes | — |
| GITHUB_TOKEN | When supplied the action will leave a comment | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| hash | The ipfs hash |
| uri | A uri embeddign the hash in a public gateway |