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 f2a48a0 commit 36712e4Copy full SHA for 36712e4
.github/workflows/schedule-e2e.yml
@@ -21,4 +21,6 @@ jobs:
21
with:
22
fetch-depth: 1
23
- name: Dispatch
24
+ env:
25
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
26
run: gh workflow run e2e.yml -r ${{ matrix.branch }}
0 commit comments