Fix passing GITHUB_TOKEN in ci.yml (#1742)

Fix CI
This commit is contained in:
Jiahao XU 2024-06-13 18:10:23 +10:00 committed by GitHub
parent 734906d5fd
commit 38f8eb4b1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,9 +125,8 @@ jobs:
# which works better when we provide it with GITHUB_TOKEN.
GITHUB_TOKEN: ${{ secrets.CI_RELEASE_TEST_GITHUB_TOKEN }}
- run: |
just build
just e2e-tests
- run: just build
- run: just e2e-tests
env:
GITHUB_TOKEN: ${{ secrets.CI_TEST_GITHUB_TOKEN }}