We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51f6bf commit a479ea8Copy full SHA for a479ea8
scripts/release_helper/go.py
@@ -6,7 +6,7 @@
6
_GO_OWNER = {'ArcturusZhang'}
7
8
# 'github assignee': 'token'
9
-_ASSIGNEE_TOKEN_GO = {'ArcturusZhang': os.getenv('PYTHON_ZED_TOKEN')}
+_ASSIGNEE_TOKEN_GO = {'ArcturusZhang': os.getenv('GO_DAPENGZHANG_TOKEN')}
10
11
12
class IssueProcessGo(IssueProcess):
0 commit comments