Skip to content

Commit

Permalink
no token
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdelgrosso committed Jan 24, 2023
1 parent cd2b0af commit 2639fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# if: ${{startsWith(github.ref, 'refs/tags/') }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
# repo_token: ${{ secrets.GITHUB_TOKEN }}
file: README.md
asset_name: the-README.md
tag: ${{ github.ref }}
Expand Down

0 comments on commit 2639fbf

Please sign in to comment.