forked from pnp/copilot-pro-dev-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathm365agents.playground.yml
More file actions
25 lines (23 loc) · 902 Bytes
/
Copy pathm365agents.playground.yml
File metadata and controls
25 lines (23 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# yaml-language-server: $schema=https://aka.ms/m365-agents-toolkits/v1.11/yaml.schema.json
# Visit https://aka.ms/teamsfx-v5.0-guide for details on this file
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.11
deploy:
# Install development tool(s)
- uses: devTool/install
with:
testTool:
version: ~0.2.7
symlinkDir: ./devTools/playground
nodejs:
symlinkDir: ./devTools/nodejs
# Generate runtime environment variables
- uses: file/createOrUpdateEnvironmentFile
with:
target: ./.env
envs:
CONNECTIONS__SERVICE_CONNECTION__SETTINGS__CLIENTID: ""
CONNECTIONS__SERVICE_CONNECTION__SETTINGS__CLIENTSECRET: ""
CONNECTIONS__SERVICE_CONNECTION__SETTINGS__TENANTID: ""
CONNECTIONS__SERVICE_CONNECTION__SETTINGS__ANONYMOUS_ALLOWED: "True"
OPENAI_API_KEY: ${{SECRET_OPENAI_API_KEY}}