-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(pypi): update release workflow to use OIDC auth #900
Conversation
Set to Draft as it requires adding the |
We should also do this for vespacli |
I will update also vespacli workflow. |
d62d535
to
3969a83
Compare
3969a83
to
fa2fe63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
Co-authored-by: Thomas Hjelde Thoresen <[email protected]>
Co-authored-by: Thomas Hjelde Thoresen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What
Update the "PyPi publishing" workflow to use OIDC authentication instead of personal-token.
Why
This removes the need of storing a secret with
PYPI_TOKEN_PYVESPA
in it by using the Trusted publishing feature offered by PyPi.I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.