This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6f975c4 [INLONG-3119] Official website team page support request
multiple times (#303)
6f975c4 is described below
commit 6f975c413bc7f78526267f1d23c510a9e86c0aa9
Author: bluewang <[email protected]>
AuthorDate: Mon Mar 14 15:18:26 2022 +0800
[INLONG-3119] Official website team page support request multiple times
(#303)
Co-authored-by: v_lizhwang <[email protected]>
---
src/pages/team/index.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/pages/team/index.js b/src/pages/team/index.js
index 0de33ff..bf922e4 100644
--- a/src/pages/team/index.js
+++ b/src/pages/team/index.js
@@ -18,6 +18,7 @@ export default function() {
let contributors = isBrowser && axios({
url:
'https://api.github.com/repos/apache/incubator-inlong/contributors',
method: 'get',
+ headers: { "Authorization": `token
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` },
params: {
per_page: 100
}
@@ -37,6 +38,7 @@ export default function() {
let doc_contributors = isBrowser && axios({
url:
'https://api.github.com/repos/apache/incubator-inlong-website/contributors',
method: 'get',
+ headers: { "Authorization": `token
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` },
params: {
per_page: 100
}