Skip to content

fix: remove dataclasses requirements in setup.py (#69) #10

fix: remove dataclasses requirements in setup.py (#69)

fix: remove dataclasses requirements in setup.py (#69) #10

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

View workflow run for this annotation

GitHub Actions / Notarize immudb-py

Invalid workflow file

The workflow is not valid. .github/workflows/notarize-immudb-py.yaml (Line: 14, Col: 20): Invalid secret, cas-api-key is not defined in the referenced workflow.
vcn-api-key: ${{ secrets.CICD_LEDGER1_ACTION_KEY }}
vcn-host: ${{ secrets.CI_TEST_HOST }}