Skip to content

Commit

Permalink
chore: try without token
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 064f0e2 commit f86e539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
#repository: ${{ github.action_repository }}
#run-id: ${{ github.event.workflow_run.id }}
#github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ github.token }}
#github-token: ${{ github.token }}
- name: Display structure of downloaded files
run: ls -lR /var/tmp/filecoin-proof-parameters/

Expand Down Expand Up @@ -201,4 +201,5 @@ jobs:
#repository: ${{ github.action_repository }}
run-id: ${{ github.event.workflow_run.id }}
#github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ github.token }}
- run: ls -R my-artifact

0 comments on commit f86e539

Please sign in to comment.