mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 17:20:30 +00:00
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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DwioG4CNKUBuKiZdowLFWe
This commit is contained in:
parent
76405cf2f7
commit
f2037f955a
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue