IPFS Pinata deploy GitHub action
ActionsTags
(2)This action deploys to IPFS through Pinata service
Required Path to directory which should be sent to Pinata. Default "build"
.
Required Human name for pin on Pinata.
Required Pinata API key.
Required Pinata Secret API key.
Should action also remove old pin(-s) from Pinata service with same name. Default "false"
.
Required Verbose mode. Default "false"
.
Deployed hash value.
uses: anantaramdas/ipfs-pinata-deploy-action@v1.6.4
with:
pin-name: 'My personal site'
path: './build'
pinata-api-key: 11111111111111111111
pinata-secret-api-key: 2222222222222222222222222222222222222222222222222222222222222222
verbose: true
remove-old: false
We are open for contribution. If you would like to contribute kindly create pull request.
IPFS Pinata deploy GitHub action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.