We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e282c commit 6c2d202Copy full SHA for 6c2d202
1 file changed
.github/workflows/python-publish.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Check out code
17
uses: actions/checkout@v3
18
+ with:
19
+ token: ${{ github.token }}
20
21
- name: Set up Python
22
uses: actions/setup-python@v4
0 commit comments