Skip to content

Commit

Permalink
chore: try again without repository field
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent f385907 commit 064f0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
path: /var/tmp/filecoin-proof-parameters/
merge-multiple: true
#github-token: ${{ github.token }}
repository: ${{ github.action_repository }}
#repository: ${{ github.action_repository }}
#run-id: ${{ github.event.workflow_run.id }}
#github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ github.token }}
Expand Down Expand Up @@ -200,5 +200,5 @@ jobs:
merge-multiple: true
#repository: ${{ github.action_repository }}
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
#github-token: ${{ secrets.GITHUB_TOKEN }}
- run: ls -R my-artifact

0 comments on commit 064f0e2

Please sign in to comment.