We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c274fca commit eee3fc2Copy full SHA for eee3fc2
.github/workflows/run-e2e.yml
@@ -39,6 +39,7 @@ jobs:
39
container:
40
image: cimg/node:22.15-browsers
41
env:
42
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
# For a `pull_request` event, the branch is `github.head_ref``.
44
# For a `push` event, the branch is `github.ref_name`.
45
BRANCH: ${{ github.head_ref || github.ref_name }}
0 commit comments