Skip to content

Commit 5a89c3a

Browse files
committed
Update default value for 'allowed-repositories'.
1 parent 8f5a0ca commit 5a89c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/content/agent_attributes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ attributes:
1313
Path to where the builds will run from.
1414
- name: allowed-repositories
1515
env_var: BUILDKITE_ALLOWED_REPOSITORIES
16-
default_value: "none"
16+
default_value: ""
1717
required: false
1818
desc: |
1919
A comma-separated list of regular expressions representing repositories the agent is allowed to clone (for example, "^git@github.com:buildkite/.\*" or "^https://github.com/buildkite/.*")

0 commit comments

Comments
 (0)