Skip to content

Commit 788c60a

Browse files
committed
fix: Use new personal access token
1 parent d0012e6 commit 788c60a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/semantic-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
4040
- name: Python Semantic Release
4141
id: release
42+
env:
43+
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
4244
run: |
4345
which uv
4446
echo $PATH
@@ -56,4 +58,4 @@ jobs:
5658
uses: python-semantic-release/publish-action@v9.21.1
5759
if: steps.release.outputs.released == 'true'
5860
with:
59-
github_token: ${{ secrets.DEPLOY_KEY }}
61+
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)