ci: disable create storage record for artifacts

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-12-19 19:17:44 +00:00
parent 4f5e755c24
commit aed52d5ee1
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -318,6 +318,7 @@ jobs:
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
with:
subject-path: "dist/gh_*"
create-storage-record: false # (default: true)
- name: Run createrepo
env:
GPG_SIGN: ${{ inputs.environment == 'production' }}