We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 146e886 + aed52d5 commit baf6299Copy full SHA for baf6299
.github/workflows/deployment.yml
@@ -315,9 +315,10 @@ jobs:
315
rpmsign --addsign dist/*.rpm
316
- name: Attest release artifacts
317
if: inputs.environment == 'production'
318
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
+ uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
319
with:
320
subject-path: "dist/gh_*"
321
+ create-storage-record: false # (default: true)
322
- name: Run createrepo
323
env:
324
GPG_SIGN: ${{ inputs.environment == 'production' }}
0 commit comments