Skip to content

Commit d78553e

Browse files
committed
Using API Token publish
1 parent 7bb8128 commit d78553e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-monee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77

88
jobs:
99
deploy:
10-
permissions:
11-
id-token: write
1210
runs-on: ubuntu-latest
1311
steps:
1412
- uses: actions/checkout@v4
@@ -34,3 +32,5 @@ jobs:
3432
python -m build
3533
- name: Publish package
3634
uses: pypa/gh-action-pypi-publish@release/v1
35+
with:
36+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)