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
I am unable to get this action to run on my workflow. I believe this is due to the recent transition of ownership for SOPS from Mozilla to CNCF. The project is now part of the "getsops" GitHub org, so when trying to find the release and asset information, the execution is failing, since it is looking for the owner "mozilla".
The output in the logs is non-descript:
Run nhedger/setup-sops@v2
fetch failed
Error: fetch failed
##[debug]Node Action run completed with exit code 1
I believe functions findRelease and findAsset in src/setup.ts need to be updated.
The text was updated successfully, but these errors were encountered:
I am unable to get this action to run on my workflow. I believe this is due to the recent transition of ownership for SOPS from Mozilla to CNCF. The project is now part of the "getsops" GitHub org, so when trying to find the release and asset information, the execution is failing, since it is looking for the owner "mozilla".
The output in the logs is non-descript:
I believe functions
findRelease
andfindAsset
insrc/setup.ts
need to be updated.The text was updated successfully, but these errors were encountered: