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: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ The [composite action](https://docs.github.com/en/actions/sharing-automations/cr
18
18
- 📍 Optional pinning to Pinata
19
19
- 💾 Optional CAR file upload to Filebase
20
20
- 📤 CAR file attached to Github Action run Summary page
21
-
- 💬 PR comment with CID and preview links
22
21
- 🔗 Automatic preview links
23
-
- ✅ Commit status updates
22
+
- 💬 Optional PR comments with CID and preview links
23
+
- ✅ Optional commit status updates with build CID
24
24
25
25
## How does this compare to the other IPFS actions?
26
26
@@ -56,7 +56,7 @@ The signing key and proof will be used as [inputs](#inputs) to the action.
56
56
|`cluster-url`| IPFS Cluster URL to pass to `ipfs-cluster-ctl --host`|
57
57
|`cluster-user`| IPFS Cluster username for basic http auth |
58
58
|`cluster-password`| IPFS Cluster password for basic http auth |
59
-
|`storacha-key`| Storacha base64 encoded key to use to sign UCAN invocations. Create one using `w3 key create --json` (and use `key` from the output). See: https://github.com/storacha/w3cli#w3_principal|
59
+
|`storacha-key`| Storacha base64 encoded key to use to sign UCAN invocations. Create one using `w3 key create --json` (and use `key` from the output). See: https://github.com/storacha/w3cli#w3_principal|
60
60
|`storacha-proof`| Storacha Base64 encoded proof UCAN with capabilities for the space. Create one using `w3 delegation create did:key:DID_OF_KEY -c space/blob/add -c space/index/add -c filecoin/offer -c upload/add --base64`|
61
61
62
62
> [!IMPORTANT]
@@ -79,12 +79,13 @@ The signing key and proof will be used as [inputs](#inputs) to the action.
79
79
|`filebase-bucket`| Filebase bucket name | - |
80
80
|`filebase-access-key`| Filebase access key | - |
81
81
|`filebase-secret-key`| Filebase secret key | - |
82
-
|`set-github-status`| Set GitHub commit status and PR comments |`'true'`|
82
+
|`set-github-status`| Set GitHub commit status with build CID. Use "true" or "false" (as strings) |`'true'`|
83
+
|`set-pr-comment`| Set PR comments with IPFS deployment information. Use "true" or "false" (as strings) |`'true'`|
83
84
|`upload-car-artifact`| Upload and publish the CAR file on GitHub Action Summary pages |`'true'`|
84
85
|`cluster-retry-attempts`| Number of retry attempts for IPFS Cluster uploads |`'5'`|
85
86
|`cluster-timeout-minutes`| Timeout in minutes for each IPFS Cluster upload attempt |`'2'`|
86
87
|`cluster-pin-expire-in`| Time duration after which the pin will expire in IPFS Cluster (e.g. 720h for 30 days). If unset, the CID will be pinned with no expiry. | - |
87
-
|`pin-name`| Custom name for the pin. If unset, defaults to "{repo-name}-{commit-sha-short}" for both IPFS Cluster and Pinata. | - |
88
+
|`pin-name`| Custom name for the pin. If unset, defaults to "{repo-name}-{commit-sha-short}" for both IPFS Cluster and Pinata. | - |
0 commit comments