Skip to content

Commit c6aaddb

Browse files
committed
Adding the support of token auth scheme in github endpoint type for github tasks
1 parent ff86ec8 commit c6aaddb

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Tasks/DownloadGitHubReleaseV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"demands": [],
1111
"version": {
1212
"Major": 0,
13-
"Minor": 156,
13+
"Minor": 158,
1414
"Patch": 0
1515
},
1616
"minimumAgentVersion": "1.99.0",
@@ -19,7 +19,7 @@
1919
"inputs": [
2020
{
2121
"name": "connection",
22-
"type": "connectedService:github:OAuth,PersonalAccessToken",
22+
"type": "connectedService:github:OAuth,PersonalAccessToken,Token",
2323
"label": "GitHub Connection",
2424
"defaultValue": "",
2525
"required": true,

Tasks/DownloadGitHubReleaseV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"demands": [],
1111
"version": {
1212
"Major": 0,
13-
"Minor": 156,
13+
"Minor": 158,
1414
"Patch": 0
1515
},
1616
"minimumAgentVersion": "1.99.0",
@@ -19,7 +19,7 @@
1919
"inputs": [
2020
{
2121
"name": "connection",
22-
"type": "connectedService:github:OAuth,PersonalAccessToken",
22+
"type": "connectedService:github:OAuth,PersonalAccessToken,Token",
2323
"label": "ms-resource:loc.input.label.connection",
2424
"defaultValue": "",
2525
"required": true,

Tasks/GitHubReleaseV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"preview": true,
1515
"version": {
1616
"Major": 0,
17-
"Minor": 157,
17+
"Minor": 158,
1818
"Patch": 1
1919
},
2020
"demands": [],
@@ -30,7 +30,7 @@
3030
"inputs": [
3131
{
3232
"name": "gitHubConnection",
33-
"type": "connectedService:github:OAuth,PersonalAccessToken",
33+
"type": "connectedService:github:OAuth,PersonalAccessToken,Token",
3434
"label": "GitHub connection (OAuth or PAT)",
3535
"defaultValue": "",
3636
"required": true,

Tasks/GitHubReleaseV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"preview": true,
1515
"version": {
1616
"Major": 0,
17-
"Minor": 157,
17+
"Minor": 158,
1818
"Patch": 1
1919
},
2020
"demands": [],
@@ -30,7 +30,7 @@
3030
"inputs": [
3131
{
3232
"name": "gitHubConnection",
33-
"type": "connectedService:github:OAuth,PersonalAccessToken",
33+
"type": "connectedService:github:OAuth,PersonalAccessToken,Token",
3434
"label": "ms-resource:loc.input.label.gitHubConnection",
3535
"defaultValue": "",
3636
"required": true,

Tasks/GitHubReleaseV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"preview": false,
1515
"version": {
1616
"Major": 1,
17-
"Minor": 0,
17+
"Minor": 158,
1818
"Patch": 1
1919
},
2020
"demands": [],
@@ -30,7 +30,7 @@
3030
"inputs": [
3131
{
3232
"name": "gitHubConnection",
33-
"type": "connectedService:github:OAuth,PersonalAccessToken",
33+
"type": "connectedService:github:OAuth,PersonalAccessToken,Token",
3434
"label": "GitHub connection (OAuth or PAT)",
3535
"defaultValue": "",
3636
"required": true,

Tasks/GitHubReleaseV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"preview": false,
1515
"version": {
1616
"Major": 1,
17-
"Minor": 0,
17+
"Minor": 158,
1818
"Patch": 1
1919
},
2020
"demands": [],
@@ -30,7 +30,7 @@
3030
"inputs": [
3131
{
3232
"name": "gitHubConnection",
33-
"type": "connectedService:github:OAuth,PersonalAccessToken",
33+
"type": "connectedService:github:OAuth,PersonalAccessToken,Token",
3434
"label": "ms-resource:loc.input.label.gitHubConnection",
3535
"defaultValue": "",
3636
"required": true,

0 commit comments

Comments
 (0)