Skip to content

Commit a021695

Browse files
authored
fix: change to deploy_key
1 parent 431bc20 commit a021695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
actions: write
6969
packages: write
7070
environment:
71-
name: pypi
71+
name: release
7272

7373
steps:
7474
- uses: actions/checkout@v4
@@ -79,7 +79,7 @@ jobs:
7979
id: release
8080
uses: python-semantic-release/[email protected]
8181
with:
82-
github_token: ${{ secrets.GITHUB_TOKEN }}
82+
github_token: ${{ secrets.DEPLOY_KEY }}
8383

8484
- name: Publish package distributions to PyPI
8585
uses: pypa/[email protected]
@@ -92,4 +92,4 @@ jobs:
9292
uses: python-semantic-release/[email protected]
9393
if: steps.release.outputs.released == 'true'
9494
with:
95-
github_token: ${{ secrets.GITHUB_TOKEN }}
95+
github_token: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)