Skip to content

Commit

Permalink
Fix project URL in projectSetups variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Mar 7, 2024
1 parent c9e35aa commit d011360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"value": "dependabot"
},
"projectSetups": {
"value": "[{\"url\":\"https://dev.azure.com/tingle/\", \"token\":\"#{DEPENDABOT_PROJECT_TOKEN}#\",\"AutoComplete\":true}]"
"value": "[{\"url\":\"https://dev.azure.com/tingle/Core\", \"token\":\"#{DEPENDABOT_PROJECT_TOKEN}#\",\"AutoComplete\":true}]"
},
"githubToken": {
"value": "#{DEPENDABOT_GITHUB_TOKEN}#"
Expand Down

0 comments on commit d011360

Please sign in to comment.