Merge pull request #58 from codenotary/bump_immudbv1.5.0 #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notarize immudb4j | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- develop | ||
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@main | ||
secrets: | ||
cas-api-key: ${{ secrets.CAS_API_KEY_ATTEST }} | ||
Check failure on line 14 in .github/workflows/notarize-immudb4j.yml GitHub Actions / Notarize immudb4jInvalid workflow file
|
||
vcn-api-key: ${{ secrets.CICD_LEDGER1_ACTION_KEY }} | ||
vcn-host: ${{ secrets.CI_TEST_HOST }} |