Skip to content

Commit 2e4df46

Browse files
chore: add GH token env var
1 parent 7637c54 commit 2e4df46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ jobs:
5252
run: pipenv run python -m unittest discover -s ./tests/unit
5353

5454
- name: Run end-to-end tests
55+
env:
56+
GITHUB_AUTHORIZATION_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
5557
run: pipenv run python -m unittest discover -s ./tests/e2e

0 commit comments

Comments
 (0)