-
-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add Azure Key Vault provider support with integration tests #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
0f63188
6c7542f
665efc8
7a843a4
77c8e1a
56eb67d
ba23f23
6c1bdaa
13737e2
717d244
caa65cd
a847299
6390dd9
98de8f8
05428f9
d50f2ae
3a1a67d
ffdb9c7
4832956
9f3001d
041d368
5b1f373
8150c9d
0e0d7a0
d799e20
f296bde
bf0dcfc
2822bb0
2789c1f
02a4e07
2e876cc
d619f88
479817e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These newly added
workflow_dispatchinputs (map_file,env_file, andprovider) are not referenced anywhere in the job (e.g., noinputs.*usage in steps), so changing them when manually dispatching the workflow currently has no effect. To keep the workflow configuration meaningful, either wire these inputs into the steps that should use them (for example viaenvorwithblocks) or remove them until they are needed.