Skip to content

Commit bce5e49

Browse files
committed
Fix token parameter
1 parent b5c24ff commit bce5e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,4 +425,4 @@ jobs:
425425
- name: Publish to pypi
426426
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
427427
continue-on-error: true
428-
run: uv publish --token ${{ secrets.pypi_burny_common_token }}
428+
run: uv publish --token ${{ secrets.PYPI_PYTHON_SC2_TOKEN }}

0 commit comments

Comments
 (0)