Skip to content

Commit 74c152d

Browse files
Merge pull request #53 from codenotary/cicd/update-notarize
[CICD] Change reusable workflow call to branch instead of commit id
2 parents fe042a3 + aea5986 commit 74c152d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notarize-immudb4j.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
notarize-repository:
1111
name: Notarize immudb4j repository with cas and vcn
12-
uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@8808d22b40dbd0257dfb456c1ab5505d1020cc54
12+
uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@main
1313
secrets:
1414
cas-api-key: ${{ secrets.CAS_API_KEY_ATTEST }}
1515
vcn-api-key: ${{ secrets.CICD_LEDGER1_ACTION_KEY }}

0 commit comments

Comments
 (0)