We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c0eb1 commit 29fdcd8Copy full SHA for 29fdcd8
.github/workflows/test-e2e.yml
@@ -59,7 +59,7 @@ jobs:
59
60
exit 1
61
env:
62
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: $${{ github.token }}
63
64
test-e2e:
65
needs: check-prerequisites
0 commit comments