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 40ac11c commit e7e666cCopy full SHA for e7e666c
.github/workflows/publish.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout code
22
uses: actions/checkout@v2
23
+ with:
24
+ token: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Set up Python 3.x
27
uses: actions/setup-python@v5
0 commit comments