Skip to content

Commit 8a9866c

Browse files
authored
fix: update_gh_token (#242)
1 parent c61d8de commit 8a9866c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
with:
7676
fetch-depth: 0
77+
persist-credentials: false
7778
- name: Set up Python 3.11
7879
uses: actions/setup-python@v5
7980
with:
@@ -89,6 +90,7 @@ jobs:
8990
id: release
9091
uses: python-semantic-release/[email protected]
9192
env:
93+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
9294
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9395

9496
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)