We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237cd23 commit fc1a3f1Copy full SHA for fc1a3f1
‎.github/workflows/test.yml‎
@@ -14,6 +14,9 @@ concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
15
cancel-in-progress: ${{ github.ref == 'refs/heads/main' }}
16
17
+env:
18
+ NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
19
+
20
jobs:
21
test-and-deploy:
22
name: 🚀 Test & Deploy
0 commit comments