aquiladev / ipfs-action

GitHub Action for upload to IPFS. Supports Pinata, Infura pinning service as well as direct upload.
https://dapps-delivery-guide.readthedocs.io/
MIT License
177 stars 44 forks source link

[Feature] Allow not pinning in simple IPFS add #51

Closed karmanyaahm closed 2 years ago

karmanyaahm commented 2 years ago

Hey, thanks for making this action. I'm using it for my docs website: https://github.com/UnifiedPush/documentation/blob/karmanyaahm-patch-3/.github/workflows/main.yml

It would be nice if I could just add the file to IPFS and not pin it. I have a script that automatically adds it to the IPFS MFS later, so pinning is not necessary.

aquiladev commented 2 years ago

try https://github.com/aquiladev/ipfs-action/releases/tag/v0.3.1-alpha.2

karmanyaahm commented 2 years ago

Thanks :tada: