-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11912 from OfficeDev/yimin/fix-plugin
fix: fix JSON format in the copilot plugin API key template
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
templates/csharp/api-plugin-from-scratch-bearer/env/.env.dev.user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This file includes environment variables that will not be committed to git by default. You can set these environment variables in your CI/CD system for your project. | ||
|
||
# Secrets. Keys prefixed with `SECRET_` will be masked in Teams Toolkit logs. | ||
SECRET_API_KEY=' ' # See GettingStarted.md for how to fill in this value. | ||
SECRET_API_KEY=' ' # See README.md for how to fill in this value. |
2 changes: 1 addition & 1 deletion
2
templates/csharp/api-plugin-from-scratch-bearer/env/.env.local.user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This file includes environment variables that will not be committed to git by default. You can set these environment variables in your CI/CD system for your project. | ||
|
||
# Secrets. Keys prefixed with `SECRET_` will be masked in Teams Toolkit logs. | ||
SECRET_API_KEY=' ' # See GettingStarted.md for how to fill in this value. | ||
SECRET_API_KEY=' ' # See README.md for how to fill in this value. |