We have to explicitly specify github-token even though it is the default for this to work in theory

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28521/head
Michael Telatynski 2024-11-21 15:59:17 +00:00
parent 0e38df84c8
commit 04604e5171
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
- name: Download HTML report
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
name: html-report
path: playwright-report

View File

@ -30,6 +30,7 @@ jobs:
- name: 📥 Download artifact
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
name: webapp
path: webapp