We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec4d3c commit 07d71fbCopy full SHA for 07d71fb
.github/workflows/ci.yml
@@ -13,6 +13,10 @@ concurrency:
13
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
14
cancel-in-progress: true
15
16
+env:
17
+ NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
18
+ NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
19
+
20
jobs:
21
test-and-publish:
22
name: Test & Publish
.github/workflows/pr.yml
@@ -11,6 +11,10 @@ concurrency:
11
12
test:
name: 'Test'
project.json
0 commit comments