Skip to content

Commit

Permalink
chore: remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
zhazhazhu committed Jan 16, 2024
1 parent 4470f78 commit 0b348ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 118 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ jobs:
uses: tauri-apps/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VITE_GITHUB_INSTALL_URL: ${{ secrets.VITE_GITHUB_INSTALL_URL }}
VITE_GITHUB_STATE: ${{ secrets.VITE_GITHUB_STATE }}
VITE_GITHUB_SCOPE: ${{ secrets.VITE_GITHUB_SCOPE }}
VITE_GITHUB_CLIENT_ID: ${{ secrets.VITE_GITHUB_CLIENT_ID }}
VITE_GITHUB_CLIENT_SECRET: ${{ secrets.VITE_GITHUB_CLIENT_SECRET }}
VITE_GITHUB_REDIRECT_URI: ${{ secrets.VITE_GITHUB_REDIRECT_URI }}
VITE_APP_REDIRECT_URI: ${{ secrets.VITE_APP_REDIRECT_URI }}
VITE_GITHUB_PRIVATE_KEY: ${{ secrets.VITE_GITHUB_PRIVATE_KEY }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ""
Expand Down
109 changes: 0 additions & 109 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ edition = "2021"
tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1.5.4", features = [ "http-all",
tauri = { version = "1.5.4", features = [
"http-all",
"window-all",
"dialog-all",
"updater",
Expand All @@ -26,13 +27,11 @@ tauri = { version = "1.5.4", features = [ "http-all",
] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11", features = ["json"] }
url = { version = "2", features = ["serde"] }
base64 = "0.21.5"
image = "0.24.7"
rand = "0.8.5"
tauri-plugin-deep-link = "0.1.2"
chrono = "0.4.31"
jsonwebtoken = "9.1.0"
imageproc = "0.23.0"
Expand Down

0 comments on commit 0b348ab

Please sign in to comment.