Skip to content

Commit 6f65bbf

Browse files
Uses proper token for e2e
1 parent 2cbbd6e commit 6f65bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151

5252
- name: Run e2e tests
5353
env:
54-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
54+
GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_TEST_PROJECT }}
5555
run: ./gradlew e2e

0 commit comments

Comments
 (0)