You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: spk-config.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ introspection:
23
23
table_name: "storage-account-table-name"# Must be defined to run spk deployment commands
24
24
partition_key: "storage-account-table-partition-key"# Must be defined to run spk deployment commands
25
25
key: "storage-access-key"# Must be defined to run spk deployment commands. Use ${env:INTROSPECTION_STORAGE_ACCESS_KEY} and set it in .env file
26
+
source_repo_access_token: "source_repo_access_token"# Optional. Required only when source repository is private (in order to render the author column in dashboard)
26
27
27
28
# Following 5 fields are needed only if using spk to onboard to use introspection tool
0 commit comments