Compare commits
3 Commits
e8fc19bd54
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50f03d8939 | ||
|
|
61d35dd851 | ||
| 45fd1d5874 |
@@ -14,13 +14,14 @@ 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