Skip to content

feat(vetkeys): adopt EncryptedMaps mixins in the Motoko examples (ic-vetkeys 0.6.0) #184

feat(vetkeys): adopt EncryptedMaps mixins in the Motoko examples (ic-vetkeys 0.6.0)

feat(vetkeys): adopt EncryptedMaps mixins in the Motoko examples (ic-vetkeys 0.6.0) #184

name: vetkeys-encrypted-notes-app-vetkd
on:
schedule:
- cron: "30 6 * * 1" # weekly build to catch dependency drift (lock files are gitignored)
push:
branches:
- master
pull_request:
paths:
- motoko/vetkeys/encrypted_notes_app_vetkd/**
- rust/vetkeys/encrypted_notes_app_vetkd/**
- .github/workflows/vetkeys-encrypted-notes-app-vetkd.yml
- .github/workflows/_run-example.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
motoko:
uses: ./.github/workflows/_run-example.yml
with:
language: motoko
working-directory: motoko/vetkeys/encrypted_notes_app_vetkd
run: |
icp network start -d
icp deploy
rust:
uses: ./.github/workflows/_run-example.yml
with:
language: rust
working-directory: rust/vetkeys/encrypted_notes_app_vetkd
run: |
icp network start -d
icp deploy