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 c4d04ae commit f91979cCopy full SHA for f91979c
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
ref: main
35
python-version: '3.11'
36
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.CHECKOUT_PAT }}
37
- name: Set up Python
38
uses: actions/setup-python@v5
39
0 commit comments