Skip to content

Commit

Permalink
Specify a Github Token to download the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Nov 25, 2024
1 parent 31514c3 commit 4da1b7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
if: github.event.workflow_run.conclusion == 'success'
uses: actions/download-artifact@v4
with:
name: "pr-bundle"
name: pr-bundle
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ github.token }}
- name: E2E tests
run: |
touch .env
Expand Down

0 comments on commit 4da1b7f

Please sign in to comment.