ci: disable create storage record for artifacts
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
4f5e755c24
commit
aed52d5ee1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deployment.yml
vendored
1
.github/workflows/deployment.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue