Skip to content

Commit

Permalink
Add missing cross-worflow props for artifact download in Application …
Browse files Browse the repository at this point in the history
…E2E Tests workflow
  • Loading branch information
ivangabriele committed Feb 28, 2024
1 parent ca990dd commit 9b34c05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/application_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
- name: "Download 'workflow_share' artifact"
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GH_PAT }}
name: workflow_share
repository: MTES-MCT/monitorfish
run-id: ${{ github.event.workflow_run.id }}

- name: Set STATUS_CHECK_ID environment variable
run: |
Expand Down Expand Up @@ -135,7 +138,10 @@ jobs:
- name: "Download 'workflow_share' artifact"
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GH_PAT }}
name: workflow_share
repository: MTES-MCT/monitorfish
run-id: ${{ github.event.workflow_run.id }}

- name: Set STATUS_CHECK_ID environment variable
run: |
Expand Down

0 comments on commit 9b34c05

Please sign in to comment.