-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add releaser tokens to the repo #147
Comments
Thanks! I'll try running the workflows now. |
This means that the package on PyPI is not configure to use a trusted publisher. Someone with enough rights on https://pypi.org/project/jupyterlab-github/ should do it, or you should comment the id token and add a PyPI token. |
From #147 (comment):
Could it be because of a workflow name mismatch? |
Thanks @blink1073! Looks like it worked this time after adding the environment to the workflow (#152): https://pypi.org/project/jupyterlab-github/4.0.0/ Closing as fixed. |
As a follow-up to #145, we will be making a new release of the extension that is compatible with JupyterLab 4.
Currently the repo does not have any token in the GitHub Actions secrets:
Which means using the workflows from the repo and https://github.com/jupyterlab-bot will likely not work.
If
jupyterlab-github
is already configured to support the trusted publisher on PyPI, we could also use this instead of the PyPI release token.cc @blink1073 @fcollonval @JasonWeill who I think have access to the shared vault. If you can help with this that would be great, thanks! I don't have access to the bot tokens.
The text was updated successfully, but these errors were encountered: