Skip to content
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

Release signing is broken #40

Open
blampe opened this issue Aug 10, 2023 · 0 comments
Open

Release signing is broken #40

blampe opened this issue Aug 10, 2023 · 0 comments
Labels
kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team

Comments

@blampe
Copy link
Collaborator

blampe commented Aug 10, 2023

Issue details

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

@blampe blampe added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Aug 10, 2023
@blampe blampe changed the title Release job is broken Release signing is broken Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team
Projects
None yet
Development

No branches or pull requests

1 participant