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"] -}