Skip to content

Commit

Permalink
Add fix deploy workflow artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Jun 12, 2024
1 parent ba14b57 commit 34693f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact-name }}
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 34693f1

Please sign in to comment.