Skip to content

Commit 6b85410

Browse files
switch to global TOKEN
1 parent 9ad7436 commit 6b85410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Python Semantic Release
1616
uses: python-semantic-release/python-semantic-release@master
1717
with:
18-
github_token: ${{ secrets.GITHUB_TOKEN }}
18+
github_token: ${{ secrets.TOKEN }}
1919
- name: Build
2020
run: |
2121
cat pyproject.toml

0 commit comments

Comments
 (0)