Skip to content

Commit

Permalink
Publishing with Token (#100)
Browse files Browse the repository at this point in the history
* Add api token to publish workflow

* Remove id token
  • Loading branch information
cherbel authored Jan 20, 2024
1 parent ac042fc commit 8233b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
permissions:
contents: write
pull-requests: write
id-token: write

steps:
- name: Checkout
Expand Down Expand Up @@ -43,4 +42,5 @@ jobs:
poetry build
- name: Publish Package to PYPI
run: |
poetry config pypi-token.pypi ${{ secrets.REBUFF_PYPI_API_TOKEN }}
poetry publish

0 comments on commit 8233b3c

Please # to comment.