Browse Source

Merge branch 'main' into dev

LinkLeong 3 years ago
parent
commit
b709abe682
2 changed files with 5 additions and 2 deletions
  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
 ### System Compatibility
 
 
  - Ubuntu Server 20.04 amd64 (✅ Recommend, Tested)
  - 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)
  - Raspberry Pi Lite OS aarch64/arm64 (⚠️ Not Fully Tested Yet)
  - Debian 11 amd64 (⚠️ Not Fully Tested Yet)
  - Debian 11 amd64 (⚠️ Not Fully Tested Yet)
  - OpenWrt 21.02 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
  - Ober Zhang
  - Zyaire Ann
  - Zyaire Ann
  - John Guan
  - 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 {
 func GetGithubClient() *github.Client {
 	ctx := context.Background()
 	ctx := context.Background()
 	ts := oauth2.StaticTokenSource(
 	ts := oauth2.StaticTokenSource(
-		&oauth2.Token{AccessToken: "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"},
+		&oauth2.Token{AccessToken: ""},
 	)
 	)
 	tc := oauth2.NewClient(ctx, ts)
 	tc := oauth2.NewClient(ctx, ts)
 	client := github.NewClient(tc)
 	client := github.NewClient(tc)