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
The "Publish / Checksum and sign" job is failing at the "Sign checksums" step with this error:
+ for algo in B3 SHA512
+ echo
+ rsign sign -p .github/workflows/release.pub -s release.key -t 'pulumi-watch v0.1.5 signed with automated key' -c 'see website for signing information' -x B3SUMS.auto.minisig B3SUMS
No such device or address (os error 6)
Given that the step is failing, it has been disabled in order to not block PRs from merging.
New releases are still possible, but they will not be signed.
Affected area/feature
CI
The text was updated successfully, but these errors were encountered:
Issue details
The "Publish / Checksum and sign" job is failing at the "Sign checksums" step with this error:
Given that the step is failing, it has been disabled in order to not block PRs from merging.
New releases are still possible, but they will not be signed.
Affected area/feature
CI
The text was updated successfully, but these errors were encountered: