Skip to content

Commit 05d1c26

Browse files
committed
expose GITHUB_TOKEN as env var for e2e test workflows in anticipation of needing it for plugin resolution
1 parent 1c8bef4 commit 05d1c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
SCHEDULER_PASSWORD: "${{secrets.SCHEDULER_PASSWORD}}"
2828
SEQUENCING_USERNAME: "${{secrets.SEQUENCING_USERNAME}}"
2929
SEQUENCING_PASSWORD: "${{secrets.SEQUENCING_PASSWORD}}"
30+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3031

3132
jobs:
3233
unit-test:

0 commit comments

Comments
 (0)