@@ -60,7 +60,7 @@ concurrency:
60
60
jobs :
61
61
main :
62
62
name : Nx Cloud - Main Job
63
- uses : nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14 .0
63
+ uses : nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.15 .0
64
64
with :
65
65
# NOTE: Here we are using the special `nx-cloud record` command to ensure that any commands we run that do not go through the cloud task runner natively
66
66
# (i.e. anything that starts with `nx run`/`nx run-many`/`nx affected --target`), are still captured in the Nx Cloud UI and Github App comment for
74
74
75
75
agents :
76
76
name : Nx Cloud - Agents
77
- uses : nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14 .0
77
+ uses : nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.15 .0
78
78
with :
79
79
number-of-agents : 3
80
80
` ` `
@@ -109,15 +109,15 @@ concurrency:
109
109
jobs:
110
110
main:
111
111
name: Nx Cloud - Main Job
112
- uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14 .0
112
+ uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.15 .0
113
113
secrets:
114
114
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
115
115
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
116
116
with: ...
117
117
118
118
agents:
119
119
name: Nx Cloud - Agents
120
- uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14 .0
120
+ uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.15 .0
121
121
secrets:
122
122
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
123
123
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
@@ -133,7 +133,7 @@ See the annotated configuration below for all explicitly supported secret values
133
133
<!-- start configuration-options-for-the-main-job -->
134
134
135
135
` ` ` yaml
136
- - uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14 .0
136
+ - uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.15 .0
137
137
# [OPTIONAL] Explicitly supported secret values which can be passed into the workflow from your outer workflow run.
138
138
#
139
139
# NOTE: You cannot access values from ${{ secrets }} beyond what is explicitly specified here because of the limitations of reusable Github workflows
@@ -264,7 +264,7 @@ See the annotated configuration below for all explicitly supported secret values
264
264
<!-- start configuration-options-for-agent-jobs -->
265
265
266
266
` ` ` yaml
267
- - uses : nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14 .0
267
+ - uses : nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.15 .0
268
268
# [OPTIONAL] Explicitly supported secret values which can be passed into the workflow from your outer workflow run.
269
269
#
270
270
# NOTE: You cannot access values from ${{ secrets }} beyond what is explicitly specified here because of the limitations of reusable Github workflows
0 commit comments