feat: added npm token for agent
This commit is contained in:
parent
060b1b7f7b
commit
26546c1899
1 changed files with 26 additions and 24 deletions
2
.github/workflows/bp-devtools-ci.yml
vendored
2
.github/workflows/bp-devtools-ci.yml
vendored
|
|
@ -26,6 +26,8 @@ jobs:
|
||||||
agents:
|
agents:
|
||||||
name: Nx Cloud - Agents
|
name: Nx Cloud - Agents
|
||||||
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0
|
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0
|
||||||
|
secrets:
|
||||||
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
with:
|
with:
|
||||||
number-of-agents: 3
|
number-of-agents: 3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue