Update action.yml

adds to yml file 
- name: Attest Build Provenance
  uses: actions/attest-build-provenance@v2.2.0
This commit is contained in:
amber buchtela 2025-02-24 19:01:34 -06:00 committed by GitHub
parent 1f22f30822
commit dcdc459ea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,3 +76,6 @@ runs:
push-to-registry: ${{ inputs.push-to-registry }} push-to-registry: ${{ inputs.push-to-registry }}
show-summary: ${{ inputs.show-summary }} show-summary: ${{ inputs.show-summary }}
github-token: ${{ inputs.github-token }} github-token: ${{ inputs.github-token }}
- name: Attest Build Provenance
uses: actions/attest-build-provenance@v2.2.0