Skip to content

Commit 6599b48

Browse files
authored
add context to examples (#7)
1 parent 8e6aa98 commit 6599b48

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ usage:
4646
workflows:
4747
use-my-orb:
4848
jobs:
49-
- my-job
49+
- my-job:
50+
# You must use context for jobs require OIDC
51+
context: my-context
5052
```
5153
5254
## Example Vault configuration

src/examples/auth-oidc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ usage:
2828
workflows:
2929
use-my-orb:
3030
jobs:
31-
- my-job
31+
- my-job:
32+
context: my-context

0 commit comments

Comments
 (0)