Skip to content

Commit

Permalink
chore: add token at the right action
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 9a02ec0 commit eea270c
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 @@ -175,6 +175,8 @@ jobs:
id: latest-proof-params
with:
route: GET /repos/filecoin-project/rust-fil-proofs/actions/workflows/proof-params.yml/runs?per_page=1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Download All Artifacts
uses: actions/download-artifact@v4
Expand All @@ -184,8 +186,6 @@ jobs:
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 eea270c

Please sign in to comment.