Compare commits
5 Commits
main
...
f2c6d41d70
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2c6d41d70 | ||
|
|
4add7fa9d9 | ||
|
|
04f4fd5ead | ||
|
|
d41cb49a45 | ||
|
|
f9a0cd2369 |
@@ -14,14 +14,13 @@ jobs:
|
||||
runs-on: yellow-zeabur-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: markwylde/claude-code-gitea-action@v1.0.20
|
||||
with:
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
gitea_token: ${{ secrets.USER_TOKEN }}
|
||||
claude_git_name: Claude
|
||||
claude_git_email: claude@anthropic.com
|
||||
path_to_claude_code_executable: /usr/local/bin/claude
|
||||
env:
|
||||
# 如果 Gitea 跑在容器裡,內部連結會變成 http://gitea:3000,
|
||||
# 用這個覆寫成外部可存取的網址
|
||||
GITEA_SERVER_URL: https://yellow-git.zeabur.app
|
||||
Reference in New Issue
Block a user