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
26 lines (23 loc) · 810 Bytes
/
Copy pathm365agents.playground.yml
File metadata and controls
26 lines (23 loc) · 810 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
26
# yaml-language-server: $schema=https://aka.ms/teams-toolkit/v1.8/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.8
deploy:
# Install development tool(s)
- uses: devTool/install
with:
testTool:
version: ~0.2.7
symlinkDir: ./devTools/playground
# Run npm command
- uses: cli/runNpmCommand
with:
args: install --no-audit
# Generate runtime environment variables
- uses: file/createOrUpdateEnvironmentFile
with:
target: ./.localConfigs.playground
envs:
OPENAI_API_KEY: ${{SECRET_OPENAI_API_KEY}}
NEWS_API_KEY: ${{SECRET_NEWS_API_KEY}}
TEAMSFX_NOTIFICATION_STORE_FILENAME: ${{TEAMSFX_NOTIFICATION_STORE_FILENAME}}