File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ export class AtomicServer {
349
349
const exitCode = await testResult . file ( "/test-exit-code" ) . contents ( ) ;
350
350
if ( exitCode . trim ( ) !== "0" ) {
351
351
throw new Error (
352
- `E2E tests failed (exit code: ${ exitCode . trim ( ) } ). Test report deployed to: \n ${ deployUrl } `
352
+ `E2E tests failed (exit code: ${ exitCode . trim ( ) } ). Test report deployed to: \n${ deployUrl } `
353
353
) ;
354
354
}
355
355
Original file line number Diff line number Diff line change 8
8
permissions :
9
9
contents : read
10
10
packages : write
11
+ env :
12
+ NETLIFY_TOKEN : ${{ secrets.NETLIFY_TOKEN }}
11
13
steps :
12
14
- name : Checkout
13
15
uses : actions/checkout@v4
16
18
with :
17
19
version : " latest"
18
20
verb : call
19
- args : ci --netlify-auth-token ${{ secrets. NETLIFY_TOKEN }}
21
+ args : ci --netlify-auth-token env:// NETLIFY_TOKEN
20
22
cloud-token : ${{ secrets.DAGGER_CLOUD_TOKEN }}
You can’t perform that action at this time.
0 commit comments