|
70 | 70 | DOT_DEPLOY_VERBOSE: "1" |
71 | 71 | DOT_TAG: ${{ steps.setup.outputs.tag }} |
72 | 72 | DOT_TELEMETRY: "1" |
73 | | - # Seed for the dedicated funder, the fallback globalSetup uses |
74 | | - # to top up SIGNER once Alice drains. Absent → Alice only. |
| 73 | + # Seed for the dedicated funder, the primary account |
| 74 | + # globalSetup tops up SIGNER from (drawn down before public |
| 75 | + # Alice, the fallback). Absent → Alice only. |
75 | 76 | MASTER_FUNDER_SEED: ${{ secrets.MASTER_FUNDER_SEED }} |
76 | 77 |
|
77 | 78 | - name: Surface failure detail |
@@ -168,8 +169,9 @@ jobs: |
168 | 169 | DOT_DEPLOY_VERBOSE: "1" |
169 | 170 | DOT_TAG: ${{ steps.setup.outputs.tag }} |
170 | 171 | DOT_TELEMETRY: "1" |
171 | | - # Seed for the dedicated funder, the fallback globalSetup uses |
172 | | - # to top up SIGNER once Alice drains. Absent → Alice only. |
| 172 | + # Seed for the dedicated funder, the primary account |
| 173 | + # globalSetup tops up SIGNER from (drawn down before public |
| 174 | + # Alice, the fallback). Absent → Alice only. |
173 | 175 | MASTER_FUNDER_SEED: ${{ secrets.MASTER_FUNDER_SEED }} |
174 | 176 |
|
175 | 177 | - name: Surface failure detail |
@@ -231,8 +233,9 @@ jobs: |
231 | 233 | DOT_DEPLOY_VERBOSE: "1" |
232 | 234 | DOT_TAG: ${{ steps.setup.outputs.tag }} |
233 | 235 | DOT_TELEMETRY: "1" |
234 | | - # Seed for the dedicated funder, the fallback globalSetup uses |
235 | | - # to top up SIGNER once Alice drains. Absent → Alice only. |
| 236 | + # Seed for the dedicated funder, the primary account |
| 237 | + # globalSetup tops up SIGNER from (drawn down before public |
| 238 | + # Alice, the fallback). Absent → Alice only. |
236 | 239 | MASTER_FUNDER_SEED: ${{ secrets.MASTER_FUNDER_SEED }} |
237 | 240 | # nightly-deploy-moddable creates a fresh public repo in |
238 | 241 | # paritytech/ each run + pushes the fixture into it. Other |
@@ -315,8 +318,9 @@ jobs: |
315 | 318 | DOT_DEPLOY_VERBOSE: "1" |
316 | 319 | DOT_TAG: ${{ steps.setup.outputs.tag }} |
317 | 320 | DOT_TELEMETRY: "1" |
318 | | - # Seed for the dedicated funder, the fallback globalSetup uses |
319 | | - # to top up SIGNER once Alice drains. Absent → Alice only. |
| 321 | + # Seed for the dedicated funder, the primary account |
| 322 | + # globalSetup tops up SIGNER from (drawn down before public |
| 323 | + # Alice, the fallback). Absent → Alice only. |
320 | 324 | MASTER_FUNDER_SEED: ${{ secrets.MASTER_FUNDER_SEED }} |
321 | 325 |
|
322 | 326 | - name: Surface failure detail |
|
0 commit comments