Skip to content

Commit 24c577e

Browse files
Merge pull request #58 from codenotary/cicd/attestation
[CICD] Notarize immudb-py
2 parents 89148d0 + e761aac commit 24c577e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/notarize-immudb-py.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
name: Notarize immudb-py
22

33
on:
4-
pull_request:
4+
push:
55
branches:
6-
- main
6+
- master
77
- develop
8-
types:
9-
- closed
108

119
jobs:
1210
notarize-repository:
1311
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
12+
uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@8808d22b40dbd0257dfb456c1ab5505d1020cc54
1513
secrets:
1614
cas-api-key: ${{ secrets.CAS_API_KEY_ATTEST }}
1715
vcn-api-key: ${{ secrets.CICD_LEDGER1_ACTION_KEY }}

0 commit comments

Comments
 (0)