Skip to content

Commit a392f48

Browse files
ssh-to-token
1 parent 14e8ba1 commit a392f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
submodules: 'recursive'
29-
ssh-key: ${{ secrets.PAT_TOKEN }}
29+
token: ${{ secrets.PAT_TOKEN }}
3030
- name: Set up Python
3131
uses: actions/setup-python@v3
3232
with:

0 commit comments

Comments
 (0)