Skip to content

Commit

Permalink
Merge pull request #53 from codenotary/cicd/update-notarize
Browse files Browse the repository at this point in the history
[CICD] Change reusable workflow call to branch instead of commit id
  • Loading branch information
marcosanchotene committed Dec 16, 2022
2 parents fe042a3 + aea5986 commit 74c152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notarize-immudb4j.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 74c152d

Please sign in to comment.