We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e8ba1 commit a392f48Copy full SHA for a392f48
.github/workflows/python-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v4
27
with:
28
submodules: 'recursive'
29
- ssh-key: ${{ secrets.PAT_TOKEN }}
+ token: ${{ secrets.PAT_TOKEN }}
30
- name: Set up Python
31
uses: actions/setup-python@v3
32
0 commit comments