Skip to content

Commit a479ea8

Browse files
authored
update for Go (Azure#21898)
1 parent b51f6bf commit a479ea8

File tree

1 file changed

+1
-1
lines changed
  • scripts/release_helper

1 file changed

+1
-1
lines changed

scripts/release_helper/go.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
_GO_OWNER = {'ArcturusZhang'}
77

88
# 'github assignee': 'token'
9-
_ASSIGNEE_TOKEN_GO = {'ArcturusZhang': os.getenv('PYTHON_ZED_TOKEN')}
9+
_ASSIGNEE_TOKEN_GO = {'ArcturusZhang': os.getenv('GO_DAPENGZHANG_TOKEN')}
1010

1111

1212
class IssueProcessGo(IssueProcess):

0 commit comments

Comments
 (0)