develop
master
entrypoint.sh
GITEA_TOKEN
.gitea/workflows
ACTION_RELEASE_TAG_VERSION
action.yaml
.gitea/workflows/ci.yaml
.gitea/workflows/cd.yaml
Dockerfile
bash -n entrypoint.sh
git diff --check
docker build -t release-cleanup:ai-review .
0e91eb6
034c1ce
2f0a1b7
91dee30
No dependencies set.
The note is not visible to the blocked user.
變更摘要
entrypoint.sh讀取的 token 統一為GITEA_TOKEN,用於呼叫 Gitea release/tag API。.gitea/workflows。ACTION_RELEASE_TAG_VERSION,並保留 code review workflow 權限設定。影響範圍
action.yaml:action 名稱、描述與GITEA_TOKENenv。entrypoint.sh:改以GITEA_TOKEN建立 Authorization header。.gitea/workflows/ci.yaml、.gitea/workflows/cd.yaml:workflow 路徑與發版設定。Dockerfile:格式整理。驗證
bash -n entrypoint.shgit diff --checkdocker build -t release-cleanup:ai-review .先前無法執行,因為目前環境沒有可用的 Docker daemon socket。Commits
0e91eb6fix(release cleanup): 改用 GITEA_TOKEN 呼叫 API034c1cechore(Gitea Actions): 修正工作流程路徑與發版設定2f0a1b7style(Dockerfile): 整理空白與檔尾換行91dee30fix(release cleanup): 修正 action token 傳遞與中繼資料