Skip to content

Commit a08b0a5

Browse files
committed
release: publish affinidi messaging
1 parent 55edac5 commit a08b0a5

File tree

284 files changed

+59545
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+59545
-1
lines changed

.github/workflows/on-push.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: on-push
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request_target:
8+
types:
9+
- opened
10+
- synchronize
11+
12+
jobs:
13+
rust-workflow:
14+
uses: affinidi/pipeline-rust/.github/workflows/on-push.yaml@main
15+
secrets: inherit
16+
with:
17+
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373"
18+
publish_dry_run: false

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/target
2+
dump.rdb
3+
.DS_Store
4+
/**/secrets.json-generated
5+
/**/secrets.json
6+
.vscode

0 commit comments

Comments
 (0)