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.
context
1 parent 8e6aa98 commit 6599b48Copy full SHA for 6599b48
README.md
@@ -46,7 +46,9 @@ usage:
46
workflows:
47
use-my-orb:
48
jobs:
49
- - my-job
+ - my-job:
50
+ # You must use context for jobs require OIDC
51
+ context: my-context
52
```
53
54
## Example Vault configuration
src/examples/auth-oidc.yml
@@ -28,4 +28,5 @@ usage:
28
29
30
31
32
0 commit comments