File tree Expand file tree Collapse file tree 8 files changed +0
-29
lines changed
Expand file tree Collapse file tree 8 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 2929 type : boolean
3030 default : false
3131 description : Run IT Tests
32- secrets :
33- NX_CLOUD_ACCESS_TOKEN :
34- required : false
35- description : Token to use Nx Cloud token
3632
3733jobs :
3834 auditRelease :
Original file line number Diff line number Diff line change 1414 required : false
1515 description : Skip the nx cache
1616 secrets :
17- NX_CLOUD_ACCESS_TOKEN :
18- required : false
19- description : Token to use Nx Cloud token
2017 CODECOV_TOKEN :
2118 required : false
2219 description : Token Report to Codecov
2623 NX_TASK_TARGET_CONFIGURATION : ci
2724 NX_SKIP_NX_CACHE : ${{ inputs.skipNxCache }}
2825 YARN_ENABLE_HARDENED_MODE : 0
29- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
3026
3127permissions :
3228 contents : read
Original file line number Diff line number Diff line change 2727 name : github-pages
2828 url : ${{ steps.deployment.outputs.page_url }}
2929 runs-on : ubuntu-latest
30- env :
31- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
3230 steps :
3331 - name : Checkout
3432 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 88 default : false
99 required : false
1010 description : Skip the nx cache
11- secrets :
12- NX_CLOUD_ACCESS_TOKEN :
13- required : false
14- description : Token to use Nx Cloud token
1511
1612env :
1713 NX_PARALLEL : ${{ vars.NX_PARALLEL }}
@@ -28,8 +24,6 @@ permissions:
2824jobs :
2925 e2e-tests :
3026 runs-on : ubuntu-24.04
31- env :
32- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
3327 steps :
3428 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3529 - uses : ./tools/github-actions/download-build-output
Original file line number Diff line number Diff line change 1313 default : ' '
1414 description : The branch, tag or SHA to checkout.
1515 secrets :
16- NX_CLOUD_ACCESS_TOKEN :
17- required : false
18- description : Token to use Nx Cloud token
1916 CODECOV_TOKEN :
2017 required : false
2118 description : Token Report to Codecov
@@ -32,8 +29,6 @@ permissions:
3229jobs :
3330 prepare-verdaccio :
3431 runs-on : ubuntu-latest
35- env :
36- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
3732 steps :
3833 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3934 with :
8075 name : it-tests (${{ matrix.os }}, ${{ matrix.packageManager }}, ${{ matrix.testEnvironment }})
8176 runs-on : ${{ matrix.os }}
8277 env :
83- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
8478 ENFORCED_PACKAGE_MANAGER : ${{ matrix.packageManager }}
8579 PREPARE_TEST_ENV_TYPE : ${{ matrix.testEnvironment }}
8680 steps :
Original file line number Diff line number Diff line change 2020 NX_PARALLEL : ${{ vars.NX_PARALLEL }}
2121 NX_TASK_TARGET_CONFIGURATION : ci
2222 YARN_ENABLE_HARDENED_MODE : 0
23- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2423
2524jobs :
2625 # Check the integrity of yarn lock
@@ -104,7 +103,6 @@ jobs:
104103 checks :
105104 uses : ./.github/workflows/code-check.yml
106105 secrets :
107- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
108106 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
109107 needs : [yarn_lock_check]
110108 with :
@@ -114,7 +112,6 @@ jobs:
114112 it-tests :
115113 uses : ./.github/workflows/it-tests.yml
116114 secrets :
117- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
118115 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
119116 needs : [yarn_lock_check, build]
120117 with :
@@ -126,8 +123,6 @@ jobs:
126123 issues : write
127124 pull-requests : write
128125 uses : ./.github/workflows/e2e-tests.yml
129- secrets :
130- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
131126 needs : [yarn_lock_check, build]
132127 with :
133128 skipNxCache : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 env :
1212 SKIP_ON_LABELS : ' ["cascading"]'
13- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
1413 permissions :
1514 pull-requests : write
1615 issues : write
Original file line number Diff line number Diff line change 4848
4949env :
5050 NX_SKIP_NX_CACHE : ${{ inputs.skipNxCache }}
51- NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
5251
5352permissions :
5453 contents : read
You can’t perform that action at this time.
0 commit comments