-
Notifications
You must be signed in to change notification settings - Fork 155
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
Chore/add slsa framework #1281
Chore/add slsa framework #1281
Conversation
4748ec8
to
2ebd51d
Compare
# Conflicts: # .github/workflows/make_release.yml
2ebd51d
to
ae6020f
Compare
ae6020f
to
513bdba
Compare
.github/workflows/make_release.yml
Outdated
run: cd target/package && echo "hash=$(sha256sum ./*.crate | base64 -w0)" >> "${GITHUB_OUTPUT}" | ||
|
||
provenance: | ||
if: ${{ inputs.dry_run == "" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be
${{ !inputs.dry_run }}
as it's a boolean IIRC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be checked
513bdba
to
96054b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small thing otherwise this should be good
see https://github.com/zama-ai/tfhe-rs/actions/runs/9973464759/job/27558842192?pr=1281 I think you miss a steps. for the second part of the expression |
you can run make lint_workflow in the repo to check the workflows |
96054b0
to
4425160
Compare
4425160
to
6a4f053
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks !
closes: please link all relevant issues
PR content/description
Check-list: