File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 91
91
export AZURE_SUBSCRIPTION_ID=$(ENV-SUBSCRIPTION-ID)
92
92
export ISSUE_LINK=$(ISSUE_LINK)
93
93
export SCRIPT_PATH=$script_path
94
- export GIT_TOKEN=$(azuresdk-github-pat)
94
+ export BOT_TOKEN=$(azuresdk-github-pat)
95
+ export GIT_TOKEN=$(Yuchao-GitToken)
95
96
export STORAGE_CONN_STR=$(storage-conn-str)
96
97
export STORAGE_ENDPOINT=$(storage-endpoint)
97
98
export PYTHON_TAG=$(PYTHON_TAG)
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class CodegenTestPR:
121
121
def __init__ (self ):
122
122
self .issue_link = os .getenv ('ISSUE_LINK' , '' )
123
123
self .pipeline_link = os .getenv ('PIPELINE_LINK' , '' )
124
- self .bot_token = os .getenv ('GIT_TOKEN ' )
124
+ self .bot_token = os .getenv ('BOT_TOKEN ' )
125
125
self .spec_readme = os .getenv ('SPEC_README' , '' )
126
126
self .spec_repo = os .getenv ('SPEC_REPO' , '' )
127
127
self .conn_str = os .getenv ('STORAGE_CONN_STR' )
You can’t perform that action at this time.
0 commit comments