From 5aaf95849eaf87c8242757b4da53c2a7042ddbd8 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 7 Dec 2023 15:50:30 +1100 Subject: [PATCH] ci(release): setup signing keys for notation --- .github/workflows/release-notation.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-notation.yaml b/.github/workflows/release-notation.yaml index 0bacd29..455a7bc 100644 --- a/.github/workflows/release-notation.yaml +++ b/.github/workflows/release-notation.yaml @@ -19,9 +19,12 @@ jobs: uses: notaryproject/notation-action/setup@v1 with: version: "1.0.0" - - name: Generate + - name: Setup Notation signing keys run: | - notation cert generate-test --default "fluxcd.io" + cp ./.notation/signingkeys.json ~/.config/notation/ + ls ~/.config/notation/ + cat ~/.config/notation/signingkeys.json + # notation cert generate-test --default "fluxcd.io" # - uses: fluxcd/flux2/action@main # - name: Setup Go # uses: actions/setup-go@v4