You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zliang-akamai
changed the title
Value 'release' is not valid for environment in a workflow
Value 'release' is not valid for environment in a job
Oct 10, 2024
I was following the PyPI doc to setup trusted publisher with GitHub Actions, but I encountered this error in VS Code with the extension.
I think this is a false positive because
environment
seems to be able to be an arbitrary string, as the GitHub doc describes.I was able to trace the issue down to the language server's definition of the environment value, and also the code that validated it but failed. I didn't have time to dig in further, and hope this helps.
The text was updated successfully, but these errors were encountered: