Merge pull request #74 from codenotary/feature/sql-streaming #12
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 immudb-py | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- develop | ||
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@main | ||
secrets: | ||
cas-api-key: ${{ secrets.CAS_API_KEY_ATTEST }} | ||
Check failure on line 14 in .github/workflows/notarize-immudb-py.yaml GitHub Actions / Notarize immudb-pyInvalid workflow file
|
||
vcn-api-key: ${{ secrets.CICD_LEDGER1_ACTION_KEY }} | ||
vcn-host: ${{ secrets.CI_TEST_HOST }} |