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.
1 parent 89148d0 commit 335a453Copy full SHA for 335a453
.github/workflows/notarize-immudb-py.yaml
@@ -1,17 +1,16 @@
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
+ runs-on: [self-hosted, linux]
+ uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@862cb3fbee3fbce20bf0e2fae97ac201c730fe23
15
secrets:
16
cas-api-key: ${{ secrets.CAS_API_KEY_ATTEST }}
17
vcn-api-key: ${{ secrets.CICD_LEDGER1_ACTION_KEY }}
0 commit comments