Skip to content

Commit 4978853

Browse files
committed
Fix typo
1 parent 0c60d60 commit 4978853

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-package-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
name: Source Tarball
2020
path: dist
2121
run-id: ${{ inputs.run_id }}
22-
gihtub-token: ${{ secrets.GITHUB_TOKEN }}
22+
github-token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Download Wheel Artifact
2525
uses: actions/download-artifact@v4
2626
with:
2727
name: Python Wheel
2828
path: dist
2929
run-id: ${{ inputs.run_id }}
30-
gihtub-token: ${{ secrets.GITHUB_TOKEN }}
30+
github-token: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Publish distribution to PyPI
3333
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)