Skip to content

Commit

Permalink
chore: revert (#5002)
Browse files Browse the repository at this point in the history
Co-authored-by: splincode <>
  • Loading branch information
splincode authored Jul 31, 2023
1 parent bd8a319 commit 49b4b3c
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [main]

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

jobs:
build:
if: ${{ !contains(github.head_ref, 'release/') }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/bundle-size-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
pull_request:
types: [synchronize, opened, reopened]

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

jobs:
tracking:
if: ${{ !contains(github.head_ref, 'release/') }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: 🚀 Deploy / preview
on: pull_request

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

jobs:
build_and_preview:
if: ${{ !contains(github.head_ref, 'release/') }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: ⚙️ E2E Summary report
on:
pull_request:

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

jobs:
report:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: ⚙️ E2E tests
on:
pull_request:

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

jobs:
build-demo:
if: ${{ !contains(github.head_ref , 'release/') }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [main]

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

jobs:
typecheck:
if: ${{ !contains(github.head_ref, 'release/') }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- cron: '0 20 * * 1-5' # At UTC 20:00 (MSK 23:00) on every day-of-week from Monday through Friday

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

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches: ['release/*']

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

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches: [main, 'v[0-9]+.x', 'release/**']

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

jobs:
snapshots-next:
if: ${{ !contains(github.head_ref || github.ref_name, 'release/') }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- main

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

jobs:
test:
if: ${{ !contains(github.head_ref, 'release/') }}
Expand Down

0 comments on commit 49b4b3c

Please sign in to comment.