Skip to content

Commit

Permalink
Merge pull request #63 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 authored Dec 16, 2022
2 parents e2e6909 + e61b4c8 commit 025885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notarize-immudb-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
notarize-repository:
name: Notarize immudb-py 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 025885e

Please sign in to comment.