mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
Add id-token action to deploy with trusted publisher for release
This commit is contained in:
parent
0bbbd8fce2
commit
d343131487
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -80,8 +80,8 @@ jobs:
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
# user and password should be removed (if it is ok on test.pypi)
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
# user: __token__
|
||||
# password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
skip-existing: true
|
||||
|
||||
create_Docker_builds:
|
||||
|
Loading…
Reference in New Issue
Block a user