diff --git a/README.md b/README.md index 31b6ce4..6279f83 100644 --- a/README.md +++ b/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! \ No newline at end of file + - Right here, waiting for YOU! diff --git a/pkg/github/github.go b/pkg/github/github.go index 6ef88ea..6e20116 100644 --- a/pkg/github/github.go +++ b/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)