Skip to content

Commit

Permalink
ci: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudobun committed Dec 25, 2023
1 parent c46a454 commit 2973699
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ concurrency:
jobs:
main:
name: Nx Cloud - Main
uses: nrwl/ci/.github/workflows/[email protected]
permissions:
id-token: write
contents: write
actions: read
uses: nrwl/ci/.github/workflows/[email protected]
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
Expand All @@ -30,7 +34,7 @@ jobs:
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.14.0
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
Expand Down

0 comments on commit 2973699

Please sign in to comment.