Skip to content

Commit

Permalink
fixed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
niqingyang committed Jun 28, 2020
1 parent 80e1d2b commit 939db5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GithubApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ class GithubApi
// 暂时未用到
const API_REF_URL = '/repos/{owner}/{repo}/git/refs/heads/master?access_token={token}';

/**
* 访问令牌
*
* @var string
*/
private static $access_token;

/**
Expand Down

0 comments on commit 939db5b

Please sign in to comment.