Skip to content

Commit

Permalink
expose GITHUB_TOKEN as env var for e2e test workflows in anticipation…
Browse files Browse the repository at this point in the history
… of needing it for plugin resolution
  • Loading branch information
skovati committed Oct 9, 2024
1 parent 1c8bef4 commit 05d1c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:
SCHEDULER_PASSWORD: "${{secrets.SCHEDULER_PASSWORD}}"
SEQUENCING_USERNAME: "${{secrets.SEQUENCING_USERNAME}}"
SEQUENCING_PASSWORD: "${{secrets.SEQUENCING_PASSWORD}}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

jobs:
unit-test:
Expand Down

0 comments on commit 05d1c26

Please sign in to comment.