Skip to content

Commit

Permalink
update for Go (#21898)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Nov 26, 2021
1 parent b51f6bf commit a479ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_helper/go.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_GO_OWNER = {'ArcturusZhang'}

# 'github assignee': 'token'
_ASSIGNEE_TOKEN_GO = {'ArcturusZhang': os.getenv('PYTHON_ZED_TOKEN')}
_ASSIGNEE_TOKEN_GO = {'ArcturusZhang': os.getenv('GO_DAPENGZHANG_TOKEN')}


class IssueProcessGo(IssueProcess):
Expand Down

0 comments on commit a479ea8

Please sign in to comment.