Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/attest-release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
# with:
# subject-path: 'dist/*' # same value as release-files
#
# Verify afterwards with:
# gh attestation verify <file> --repo <owner>/<repo>
# Verify afterwards with (this reusable workflow is the signer, so name it;
# `--repo` alone checks the signer against the caller repository and fails):
# gh attestation verify <file> --repo <owner>/<repo> \
# --signer-workflow netresearch/.github/.github/workflows/attest-release-files.yml
#
# SECURITY: pinned action SHAs, harden-runner, least-privilege job
# permissions. `subject-path` reaches the run block only through `env:` and
Expand Down
Loading