From 2d7efa18d44efcb9bd72744e71f59af628597088 Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Wed, 17 Jan 2024 12:04:48 +0000 Subject: [PATCH] Add workflow ids in download-artifact actions (#250) --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 318afbf5..f6ec5a78 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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 @@ -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