Skip to content

Commit ff4c443

Browse files
committed
ci: cleanup env
1 parent 08f3535 commit ff4c443

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212

1313
- name: Set status to "pending"
1414
uses: ./.github/actions/set-pr-status
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB }}
1715
with:
1816
context: e2e tests
1917
status: pending
@@ -25,16 +23,13 @@ jobs:
2523
runs-on: ubuntu-latest
2624
container: cypress/browsers:node13.6.0-chrome80-ff72
2725
env:
28-
NPM_RC: ${{ secrets.NPM_RC }}
2926
TERM: xterm
3027

3128
steps:
3229
- uses: actions/checkout@v1
3330

3431
- name: Set status to "running"
3532
uses: ./.github/actions/set-pr-status
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB }}
3833
with:
3934
context: e2e tests
4035
status: pending
@@ -49,8 +44,6 @@ jobs:
4944
- name: Set status to "success"
5045
if: success()
5146
uses: ./.github/actions/set-pr-status
52-
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB }}
5447
with:
5548
context: e2e tests
5649
status: success
@@ -59,8 +52,6 @@ jobs:
5952
- name: Set status to "failure"
6053
if: failure()
6154
uses: ./.github/actions/set-pr-status
62-
env:
63-
GITHUB_TOKEN: ${{ secrets.GITHUB }}
6455
with:
6556
context: e2e tests
6657
status: failure

0 commit comments

Comments
 (0)