Skip to content

Commit

Permalink
Fix token parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Dec 17, 2024
1 parent b5c24ff commit bce5e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,4 @@ jobs:
- name: Publish to pypi
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
continue-on-error: true
run: uv publish --token ${{ secrets.pypi_burny_common_token }}
run: uv publish --token ${{ secrets.PYPI_PYTHON_SC2_TOKEN }}

0 comments on commit bce5e49

Please sign in to comment.