We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbbd6e commit 6f65bbfCopy full SHA for 6f65bbf
.github/workflows/build.yml
@@ -51,5 +51,5 @@ jobs:
51
52
- name: Run e2e tests
53
env:
54
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_TEST_PROJECT }}
55
run: ./gradlew e2e
0 commit comments