We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a596d42 commit 27af228Copy full SHA for 27af228
1 file changed
.github/workflows/publish-package.yml
@@ -32,6 +32,9 @@ on:
32
default: false
33
type: boolean
34
35
+env:
36
+ NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
37
+
38
jobs:
39
publish:
40
runs-on: ubuntu-latest
0 commit comments