Skip to content

Commit

Permalink
chore: add token back in
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent eaa494a commit 9a02ec0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,13 @@ jobs:
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
pattern: proof-params-v28-n-${{ hashFiles('filecoin-proofs/parameters.json') }}-*
path: /var/tmp/filecoin-proof-parameters/
merge-multiple: true
#run-id: ${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}
run-id: 10601456862
pattern: proof-params-v28-n-${{ hashFiles('filecoin-proofs/parameters.json') }}-*
path: /var/tmp/filecoin-proof-parameters/
merge-multiple: true
#run-id: ${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}
run-id: 10601456862
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: List parameter files
run: ls -al /var/tmp/filecoin-proof-parameters/

Expand Down

0 comments on commit 9a02ec0

Please sign in to comment.