Skip to content

Commit

Permalink
cicd: change reusable workflow call to branch instead of commit id
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosanchotene committed Dec 16, 2022
1 parent fe042a3 commit aea5986
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 aea5986

Please sign in to comment.