Skip to content

Commit

Permalink
Merge pull request #81 from Dstack-TEE/key-provider
Browse files Browse the repository at this point in the history
Support for getting app keys from local key provider
  • Loading branch information
kvinwang authored Dec 27, 2024
2 parents e156d51 + 83795bd commit 58aa9e2
Show file tree
Hide file tree
Showing 27 changed files with 692 additions and 427 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust checks

on:
push:
branches: [ master ]
branches: [ master, next ]
pull_request:
branches: [ master ]
branches: [ master, next ]

env:
CARGO_TERM_COLOR: always
Expand Down
Loading

0 comments on commit 58aa9e2

Please sign in to comment.