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 3437571 commit 7c410dcCopy full SHA for 7c410dc
.github/workflows/python-package.yml
@@ -57,6 +57,7 @@ jobs:
57
uses: actions/setup-python@v2
58
with:
59
python-version: ${{ matrix.python-version }}
60
+ token: ${{ secrets.GH_TOKEN }}
61
- name: install semantic-release
62
run: |
63
pip install python-semantic-release
0 commit comments