Skip to content

Commit

Permalink
fix: Add GITHUB_TOKEN for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek committed Nov 12, 2024
1 parent 26cfebd commit 350ab78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ jobs:
- name: Run E2E Scenarios
run: |
./test/scenarios/all.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run E2E Scenarios with Insights V2
run: |
./test/scenarios/all.sh
env:
E2E_INSIGHTS_V2: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-container:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 350ab78

Please sign in to comment.