Skip to content

Commit

Permalink
Use workflow file names and remove tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Jan 16, 2024
1 parent 436eb34 commit 9637ff9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +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: 58374855
workflow: test.yml
repo: restatedev/sdk-typescript
commit: ${{ inputs.sdkTypescriptCommit }}
name: restatedev-restate-sdk
Expand Down Expand Up @@ -143,9 +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: 44673365
workflow: docker.yml
commit: ${{ inputs.restateCommit }}
name: restate.tar

Expand Down

0 comments on commit 9637ff9

Please sign in to comment.