You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: action.yml
+7
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ inputs:
39
39
description: 'IPFS Cluster CLI version to use'
40
40
default: 'v1.1.2'
41
41
required: false
42
+
cluster-pin-expire-in:
43
+
description: 'Time duration after which the pin will expire in IPFS Cluster (e.g. 720h for 30 days). Only supported by IPFS Cluster.'
44
+
required: false
42
45
storacha-key:
43
46
description: 'Storacha base64 encoded key to use to sign UCAN invocations. Create one using `w3 key create --json`. See: https://github.com/storacha/w3cli#w3_principal'
0 commit comments