We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cc387 commit 36e7985Copy full SHA for 36e7985
1 file changed
.github/workflows/ui-tests.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
name: ${{ inputs.msys2-runtime-artifact-name }}
21
path: ${{ runner.temp }}/artifacts
22
+ github-token: ${{ secrets.GITHUB_TOKEN }}
23
run-id: 14879384125
24
- name: replace MSYS2 runtime
25
run: |
0 commit comments