Skip to content

Commit

Permalink
fix: Correct GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw authored Jul 31, 2023
1 parent 6540db5 commit 42b14ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo $VERSION
if [ ! -z "$VERSION" ]; then
echo "Attempting release..."
export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
export GH_TOKEN=${{ github.token }}
export REPOSITORY_USERNAME=__token__
export REPOSITORY_PASSWORD="${{ secrets.PYPI_TOKEN }}"
semantic-release -c pyproject.json version
Expand Down

0 comments on commit 42b14ed

Please sign in to comment.