Skip to content

Commit

Permalink
proper token in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jberclaz committed Jan 25, 2025
1 parent 3f4c7c1 commit 96c56b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./turbostage-${{ github.ref_name }}.zip
Expand Down

0 comments on commit 96c56b2

Please sign in to comment.