Skip to content

Commit 9dd243a

Browse files
committed
fix: rotate access token and store in github repository secrets
1 parent a28c755 commit 9dd243a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ permissions:
1010
actions: read
1111
contents: read
1212

13+
env:
14+
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
15+
1316
jobs:
1417
main:
1518
runs-on: ubuntu-latest

nx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,5 @@
150150
}
151151
}
152152
}
153-
},
154-
"nxCloudAccessToken": "NzY1ODc3OWUtNzg4OS00NzNkLTliNmMtZTRhY2I3NjEzNjU0fHJlYWQtd3JpdGU="
153+
}
155154
}

0 commit comments

Comments
 (0)