Skip to content

Commit

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

Expand Down Expand Up @@ -197,7 +198,7 @@ jobs:
path: my-artifact
pattern: my-artifact-*
merge-multiple: true
repository: ${{ github.action_repository }}
#repository: ${{ github.action_repository }}
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: ls -R my-artifact

0 comments on commit f385907

Please sign in to comment.