Skip to content

Commit 111c578

Browse files
actions/checkout TOKEN
1 parent a141523 commit 111c578

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15+
token: ${{ secrets.TOKEN }}
1516
- name: Python Semantic Release
1617
uses: python-semantic-release/python-semantic-release@master
1718
with:

0 commit comments

Comments
 (0)