Skip to content

Commit 9fdb323

Browse files
Update knowledge_base/job_read_secret/README.md
Co-authored-by: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com>
1 parent b24820a commit 9fdb323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

knowledge_base/job_read_secret/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Run a script to write a secret to the secret scope:
2222
```
2323
SECRET_SCOPE_NAME=$(databricks bundle summary -o json | jq -r '.resources.secret_scopes.my_secret_scope.name')
2424
25-
databricks secrets put-secret ${SECRET_SCOPE_NAME} example-key --string-value example-value --profile ${DATABRICKS_PROFILE}
25+
databricks secrets put-secret ${SECRET_SCOPE_NAME} example-key --string-value example-value
2626
```
2727

2828
Run the job:

0 commit comments

Comments
 (0)