mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
fix: update secret value to use new cert cahin (#1303)
Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
parent
7ed91c0e31
commit
1b69fbd566
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
|||
- name: Build & publish release artifacts
|
||||
run: make release
|
||||
env:
|
||||
QUILL_SIGN_P12: ${{ secrets.APPLE_DEVELOPER_ID_CERT }}
|
||||
QUILL_SIGN_P12: ${{ secrets.ANCHORE_APPLE_DEVELOPER_ID_CERT_CHAIN }}
|
||||
QUILL_SIGN_PASSWORD: ${{ secrets.APPLE_DEVELOPER_ID_CERT_PASS }}
|
||||
QUILL_NOTARY_ISSUER: ${{ secrets.APPLE_NOTARY_ISSUER }}
|
||||
QUILL_NOTARY_KEY_ID: ${{ secrets.APPLE_NOTARY_KEY_ID }}
|
||||
|
|
Loading…
Reference in a new issue