Skip to content

Commit d965d78

Browse files
author
Illia Obukhau
committed
ci: pass github token in e2e job
1 parent 14d7c28 commit d965d78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/BuildJobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ jobs:
162162
- name: Install dependencies
163163
run: pnpm install
164164
- name: "Executing E2E tests"
165+
env:
166+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
165167
run: >-
166168
node
167169
./automation/run-e2e/bin/run-e2e-in-chunks.mjs

0 commit comments

Comments
 (0)