From aea5986e1acf89e305ef6228746044889d46a10d Mon Sep 17 00:00:00 2001 From: Marco Sanchotene Date: Fri, 16 Dec 2022 12:01:46 -0300 Subject: [PATCH] cicd: change reusable workflow call to branch instead of commit id --- .github/workflows/notarize-immudb4j.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notarize-immudb4j.yml b/.github/workflows/notarize-immudb4j.yml index 6a2f9c2..63012ed 100644 --- a/.github/workflows/notarize-immudb4j.yml +++ b/.github/workflows/notarize-immudb4j.yml @@ -9,7 +9,7 @@ on: jobs: notarize-repository: name: Notarize immudb4j repository with cas and vcn - uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@8808d22b40dbd0257dfb456c1ab5505d1020cc54 + uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@main secrets: cas-api-key: ${{ secrets.CAS_API_KEY_ATTEST }} vcn-api-key: ${{ secrets.CICD_LEDGER1_ACTION_KEY }}