Skip to content

Commit

Permalink
add context to examples (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaeda-ks authored May 2, 2022
1 parent 8e6aa98 commit 6599b48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ usage:
workflows:
use-my-orb:
jobs:
- my-job
- my-job:
# You must use context for jobs require OIDC
context: my-context
```
## Example Vault configuration
Expand Down
3 changes: 2 additions & 1 deletion src/examples/auth-oidc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ usage:
workflows:
use-my-orb:
jobs:
- my-job
- my-job:
context: my-context

0 comments on commit 6599b48

Please sign in to comment.