From ca047e19d9a6d26f399602a963735c8008cd4091 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Thu, 15 Dec 2022 15:57:34 +0100 Subject: [PATCH] wip --- .github/workflows/sync.yml | 2 +- .vscode/settings.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index aeb76eb0..79552e44 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -19,4 +19,4 @@ jobs: run: .github/sync-to-mirrors.sh env: BUILD_BASE: ./plugins - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} \ No newline at end of file + API_TOKEN_GITHUB: ${{ secrets.ORG_TAURI_BOT_PAT }} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 95ee6b2e..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "rust-analyzer.cargo.features": ["sqlite"] -}