From f2037f955a95122d01df1e53581eb8bcaa891abb Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 27 Jun 2026 09:10:45 +0000 Subject: [PATCH] ci: drop removed skip-sonar input and SONAR_TOKEN secret The shared workflow obsidian-plugin-ci.yml@v1 no longer defines the skip-sonar input or the SONAR_TOKEN secret, which made the caller workflow invalid ("Invalid input/secret ... is not defined in the referenced workflow"). Remove both so the workflow validates again. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01DwioG4CNKUBuKiZdowLFWe --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6677ab..500d1ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,5 @@ jobs: uses: firstsun-dev/.github/.github/workflows/obsidian-plugin-ci.yml@v1 with: plugin-id: "git-file-sync" - skip-sonar: ${{ vars.ENABLE_CI_SONAR != 'true' }} secrets: RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}