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 9ad7436 commit 6b85410Copy full SHA for 6b85410
.github/workflows/CD.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Python Semantic Release
16
uses: python-semantic-release/python-semantic-release@master
17
with:
18
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.TOKEN }}
19
- name: Build
20
run: |
21
cat pyproject.toml
0 commit comments