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

Missing support for custom headers #15

Closed ivoputzer closed 3 years ago

ivoputzer commented 3 years ago

It would be very useful to be able to specify headers as part of the action's configuration (ie. to authenticate the IpfsHttpClient)

https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client#custom-headers

would you be open to considering a PR on this feature?

aquiladev commented 3 years ago

sure, I would also add the latest version of ipfs-http-client to such a PR

ivoputzer commented 3 years ago

@aquiladev I can make a different PR for that too if it helps out :+1: