You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sc...@apache.org on 2019/01/23 22:56:03 UTC

[beam] branch master updated: Fix typo in github sync script

This is an automated email from the ASF dual-hosted git repository.

scott pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e32f90f  Fix typo in github sync script
     new 3272889  Merge pull request #7607: Fix typo in github sync script
e32f90f is described below

commit e32f90fa225ae65d13e0c734a65913bee03d53b3
Author: Mikhail Gryzykhin <mi...@google.com>
AuthorDate: Wed Jan 23 11:07:24 2019 -0800

    Fix typo in github sync script
---
 .test-infra/metrics/sync/github/sync.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/metrics/sync/github/sync.py b/.test-infra/metrics/sync/github/sync.py
index 1b67d98..930275b 100644
--- a/.test-infra/metrics/sync/github/sync.py
+++ b/.test-infra/metrics/sync/github/sync.py
@@ -46,7 +46,7 @@ DB_NAME = os.environ['DB_DBNAME']
 DB_USER_NAME = os.environ['DB_DBUSERNAME']
 DB_PASSWORD = os.environ['DB_DBPWD']
 
-GH_ACCESS_TOKEN = os.environ['GH_ACCESSTOKEN']
+GH_ACCESS_TOKEN = os.environ['GH_ACCESS_TOKEN']
 
 GH_PRS_TABLE_NAME = 'gh_pull_requests'