Skip to content

Commit b5c8a5c

Browse files
committed
Add token secret to clone repo step
1 parent f97eb12 commit b5c8a5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ jobs:
4646
with:
4747
ref: ${{ github.ref }}
4848
fetch-depth: 0
49+
token: ${{ secrets.SILENTWORKS_PAT }}
4950
- name: Python Semantic Release
5051
id: release
5152
uses: python-semantic-release/[email protected]
5253
with:
53-
github_token: ${{ secrets.SILENTWORKS_PAT }}
54+
github_token: ${{ secrets.GITHUB_TOKEN }}
5455

5556
- name: Publish package distributions to PyPI
5657
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)