-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeb3 Deployment
16 lines (15 loc) · 954 Bytes
/
Web3 Deployment
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- name: Add to web3
# You may pin to the exact commit or the version.
# uses: storacha-network/add-to-web3@afd8cba20f920c998f6d3b38db0abe64242fe042
uses: storacha-network/add-to-web3@v3.0.0
with:
# Directory path to add to IPFS
path_to_add: https://github.com/Amwmiller5/angelnetcoin-network-mainnet.eth.sol
# The base64 encoded key to use to sign UCAN invocations. Create one using `w3 key create`. See: https://github.com/web3-storage/w3cli#w3_principal
secret_key: 'w3 key create'
# A base64 encoded UCAN delegating capabilities the secret signing key above. Create using `w3 delegation create --base64`
proof: ;w3 delegation create --base64'
# Include paths that start with "."
hidden: # optional, default is false
# If `path_to_add` points to a file it will be wrapped in a directory to preserve the filename. To disable that set wrap: "false"
wrap: # optional, default is true