File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ env: &env
2121 key : marketo_client_secret
2222 name : snapcraft-io
2323
24- - name : SEARCH_API_KEY
25- secretKeyRef :
26- key : google-custom-search-key
27- name : google-api
28-
2924 - name : GITHUB_CLIENT_ID
3025 secretKeyRef :
3126 key : github-client-id
Original file line number Diff line number Diff line change 3636 key : marketo_client_secret
3737 name : snapcraft-io
3838
39- - name : SEARCH_API_KEY
40- secretKeyRef :
41- key : google-custom-search-key
42- name : google-api
43-
4439 - name : LP_API_USERNAME
4540 secretKeyRef :
4641 key : lp-api-username
Original file line number Diff line number Diff line change @@ -37,9 +37,4 @@ class ConfigurationError(Exception):
3737
3838CONTENT_DIRECTORY = {"PUBLISHER_PAGES" : "store/content/publishers/" }
3939
40- # Docs search
41- SEARCH_API_KEY = os .getenv ("SEARCH_API_KEY" )
42- SEARCH_API_URL = "https://www.googleapis.com/customsearch/v1"
43- SEARCH_CUSTOM_ID = "009048213575199080868:i3zoqdwqk8o"
44-
4540APP_NAME = "snapcraft"
You can’t perform that action at this time.
0 commit comments