Publish Zinnia Module Action
ActionsTags
(1)Publish a Zinnia module to the registry
DEPRECATED
Use web3-storage-upload-file-action and w3name-update-action instead:
steps:
- run: curl -L https://api.github.com/repos/${{ github.repository }}/tarball/${{ github.sha }} > source.tar.gz
- uses: filecoin-station/web3-storage-upload-file-action@v0
id: upload
with:
path: source.tar.gz
private-key: ${{ secrets.W3UP_PRIVATE_KEY }}
proof: ${{ secrets.W3UP_PROOF }}
- uses: filecoin-station/w3name-update-action@v0
with:
value: "/ipfs/${{ steps.upload.outputs.cid }}"
private-key: ${{ secrets.W3NAME_PRIVATE_KEY }}
revision: ${{ secrets.W3NAME_REVISION }}
See https://web3.storage/docs/how-to/upload/#bring-your-own-delegations for
w3up-*
credentials.
For w3name-*
, use a script like scripts/w3name.js.
Publish Zinnia Module 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.
Tags
(1)Publish Zinnia Module 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.