File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ concurrency:
1313 group : ${{ github.workflow }}-${{ github.event.number || github.ref }}
1414 cancel-in-progress : true
1515
16+ env :
17+ NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
18+ NX_CLOUD_AUTH_TOKEN : ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
19+
1620jobs :
1721 test-and-publish :
1822 name : Test & Publish
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ concurrency:
1111 group : ${{ github.workflow }}-${{ github.event.number || github.ref }}
1212 cancel-in-progress : true
1313
14+ env :
15+ NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
16+ NX_CLOUD_AUTH_TOKEN : ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
17+
1418jobs :
1519 test :
1620 name : ' Test'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments