axodotdev / axodotdev/cargo-dist
Support customize GitHub attestations name
Open
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 149
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 32
Description
```diff
- name: Attest
uses: actions/attest-build-provenance@v2
with:
subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}*"
+ subject-name:
```
Contributor guide
Research direction
Start with the release workflow that produces the shown actions/attest-build-provenance@v2 step and trace how its inputs are configured. Identify the configuration path for subject-name, then verify that the generated workflow passes the requested value to the action while retaining current behavior when it is unset.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, rust
- Domain
- ci-cd, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100