Skip to content

Commit

Permalink
release: publish affinidi messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Sep 9, 2024
1 parent 55edac5 commit a08b0a5
Show file tree
Hide file tree
Showing 284 changed files with 59,545 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: on-push

on:
push:
branches:
- main
pull_request_target:
types:
- opened
- synchronize

jobs:
rust-workflow:
uses: affinidi/pipeline-rust/.github/workflows/on-push.yaml@main
secrets: inherit
with:
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373"
publish_dry_run: false
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
dump.rdb
.DS_Store
/**/secrets.json-generated
/**/secrets.json
.vscode
Loading

0 comments on commit a08b0a5

Please sign in to comment.