feat(github-actions): add a separate data mock
This commit is contained in:
+3
-7
@@ -11,19 +11,15 @@ backend:
|
||||
credentials: true
|
||||
|
||||
proxy:
|
||||
"/circleci/api":
|
||||
target: "https://circleci.com/api/v1.1"
|
||||
'/circleci/api':
|
||||
target: 'https://circleci.com/api/v1.1'
|
||||
changeOrigin: true
|
||||
pathRewrite:
|
||||
"^/proxy/circleci/api/": "/"
|
||||
'^/proxy/circleci/api/': '/'
|
||||
|
||||
organization:
|
||||
name: Spotify
|
||||
|
||||
github-actions:
|
||||
owner: spotify
|
||||
repo: backstage
|
||||
|
||||
techdocs:
|
||||
storageUrl: https://techdocs-mock-sites.storage.googleapis.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user