refactor: remove unused API keys and configurations from action and config files

This commit is contained in:
2026-05-12 03:07:09 +00:00
parent d73d360051
commit 66a75f135f
3 changed files with 0 additions and 85 deletions
-22
View File
@@ -139,28 +139,6 @@ jobs:
issues: write
```
### 6. SonarQube
```yaml
name: AI
on:
pull_request:
types: [opened, synchronize]
jobs:
code-review:
name: 'Code Review'
runs-on: ubuntu
steps:
- name: AI Code Review
uses: https://gitea.jsc.idv.tw/jiantw83/code-review@${{ vars.ACTION_CODE_REVIEW_VERSION }}
with:
SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONARQUBE_URL: https://sonarqube.example.com
permissions:
contents: write
pull-requests: write
issues: write
```
### - Ollama
```yaml