Skip to content

Commit

Permalink
GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjakubowski committed Oct 30, 2024
1 parent 56af9f5 commit df188b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-wheel-from-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Download sdist with gh
if: steps.parse_url.outputs.is_gh == 'true'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
repo=${{steps.parse_url.outputs.repo}}
run_id=${{steps.parse_url.outputs.run_id}}
Expand Down

0 comments on commit df188b2

Please sign in to comment.