浏览代码

Merge branch 'main' into dev

LinkLeong 3 年之前
父节点
当前提交
b709abe682
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 4 1
      README.md
  2. 1 1
      pkg/github/github.go

+ 4 - 1
README.md

@@ -44,6 +44,9 @@ curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | bash
 ### System Compatibility
 
  - Ubuntu Server 20.04 amd64 (✅ Recommend, Tested)
+ - Armbian 22.02 armhf/arm64/amd64 (✅ Recommend, Tested)
+ - Elementary OS 6.1 Jólnir amd64 (✅ Recommend, Tested)
+ - Deepin 20.4 amd64 (⚠️ Not Fully Tested Yet)
  - Raspberry Pi Lite OS aarch64/arm64 (⚠️ Not Fully Tested Yet)
  - Debian 11 amd64 (⚠️ Not Fully Tested Yet)
  - OpenWrt 21.02 amd64 (⚠️ Not Fully Tested Yet)
@@ -83,4 +86,4 @@ So, we set out to build this open source project to develop CasaOS with our own
  - Ober Zhang
  - Zyaire Ann
  - John Guan
- - Right here, waiting for YOU!
+ - Right here, waiting for YOU!

+ 1 - 1
pkg/github/github.go

@@ -9,7 +9,7 @@ import (
 func GetGithubClient() *github.Client {
 	ctx := context.Background()
 	ts := oauth2.StaticTokenSource(
-		&oauth2.Token{AccessToken: "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"},
+		&oauth2.Token{AccessToken: ""},
 	)
 	tc := oauth2.NewClient(ctx, ts)
 	client := github.NewClient(tc)