Skip to content

Commit

Permalink
Add workflow ids in download-artifact actions (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman authored Jan 17, 2024
1 parent 7258894 commit 2d7efa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if: ${{ inputs.sdkTypescriptCommit != '' && github.event_name == 'workflow_dispatch' }}
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{ secrets.SDK_TYPESCRIPT_ACTION_READ_TOKEN || secrets.GITHUB_TOKEN }}
workflow: test.yml
repo: restatedev/sdk-typescript
commit: ${{ inputs.sdkTypescriptCommit }}
name: restatedev-restate-sdk
Expand Down Expand Up @@ -142,8 +142,8 @@ jobs:
if: ${{ inputs.restateCommit != '' && github.event_name == 'workflow_dispatch' }}
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{ secrets.RESTATE_ACTION_READ_TOKEN || secrets.GITHUB_TOKEN }}
repo: restatedev/restate
workflow: docker.yml
commit: ${{ inputs.restateCommit }}
name: restate.tar

Expand Down

0 comments on commit 2d7efa1

Please sign in to comment.