Skip to content

Commit

Permalink
Merge pull request #11912 from OfficeDev/yimin/fix-plugin
Browse files Browse the repository at this point in the history
fix: fix JSON format in the copilot plugin API key template
  • Loading branch information
eriolchan authored Jun 27, 2024
2 parents 159bcaa + 2b80300 commit 257ff56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{
"type": "OpenApi",
"auth": {
"type": "ApiKeyPluginVault"
"type": "ApiKeyPluginVault",
"reference_id": "${{APIKEY_REGISTRATION_ID}}"
},
"spec": {
Expand Down
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.
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.

0 comments on commit 257ff56

Please sign in to comment.