-
Notifications
You must be signed in to change notification settings - Fork 157
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
(enhancement): Surface inner exception when uploading secrets fails #226
Comments
@AdiRishi Did you get this working? I'm still seeing an opaque error on my end #162 (comment) |
@vladinator1000 yes I solved my issue. The PR I made that was merged will show additional information when you run the action in debug mode on GitHub. You can enable debug mode when trying to re-run a failed job. In my case, I was passing an invalid
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There has been some scattered discussion on this in other issues but I'm making a seperate issue here as I plan on making a PR for this.
Currently, whenever there is an error uploading secrets, the
wrangler-action
showsFailed to upload secrets.
but provides no additional context.This makes it very very difficult to debug and have any idea on why the secret upload failed.
The text was updated successfully, but these errors were encountered: