Skip to content

Commit

Permalink
fix(acess-tokens): remove nx tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
bsahitya committed May 22, 2024
1 parent d77ee71 commit 4be7870
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
pull_request:
branches: [main, beta]

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches: [main] # Replace with the branch you want to deploy from

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

permissions:
contents: read
pages: write
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [main, beta]

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
release:
name: Release
Expand Down
3 changes: 1 addition & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,5 @@
"unitTestRunner": "jest"
}
}
},
"nxCloudAccessToken": "NDk0ZjNlZGMtMzc5Yy00OWM5LWJlNmQtZWIxMGRhNTgzOWYzfHJlYWQtd3JpdGU="
}
}

0 comments on commit 4be7870

Please sign in to comment.