We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89148d0 + e761aac commit 24c577eCopy full SHA for 24c577e
.github/workflows/notarize-immudb-py.yaml
@@ -1,17 +1,15 @@
1
name: Notarize immudb-py
2
3
on:
4
- pull_request:
+ push:
5
branches:
6
- - main
+ - master
7
- develop
8
- types:
9
- - closed
10
11
jobs:
12
notarize-repository:
13
name: Notarize immudb-py repository with cas and vcn
14
- uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@main
+ uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@8808d22b40dbd0257dfb456c1ab5505d1020cc54
15
secrets:
16
cas-api-key: ${{ secrets.CAS_API_KEY_ATTEST }}
17
vcn-api-key: ${{ secrets.CICD_LEDGER1_ACTION_KEY }}
0 commit comments