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 a28c755 commit 9dd243aCopy full SHA for 9dd243a
.github/workflows/ci.yml
@@ -10,6 +10,9 @@ permissions:
10
actions: read
11
contents: read
12
13
+env:
14
+ NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
15
+
16
jobs:
17
main:
18
runs-on: ubuntu-latest
nx.json
@@ -150,6 +150,5 @@
150
}
151
152
153
- },
154
- "nxCloudAccessToken": "NzY1ODc3OWUtNzg4OS00NzNkLTliNmMtZTRhY2I3NjEzNjU0fHJlYWQtd3JpdGU="
+ }
155
0 commit comments