Commit graph

5 commits

Author SHA1 Message Date
Claude Code
0f364804bc Update all workflow files to use Forgejo-specific actions
- Replace actions/checkout@v4 with https://code.forgejo.org/actions/checkout@v4
- Replace aws-actions/configure-aws-credentials@v4 with Forgejo mirror
- Replace GitHub CLI (gh) with tea CLI for PR creation
- Remove GITHUB_TOKEN dependency in favor of tea authentication
- Ensure full compatibility with Forgejo Actions ecosystem

Updated workflows:
- ci.yml
- deploy-scripts.yml
- release.yml
- code-quality.yml
- pr-labeler.yml
- dependency-review.yml

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-07 21:34:07 -04:00
Claude Code
429a5d4afc Update workflow to inject S3 bucket name into deployment script
- Workflow now updates deploy.sh with the actual S3 bucket name before uploading
- Add S3_BUCKET_NAME=none override option to README for local-only deployment
- Update README to show both ARM64 and x86_64 support

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-06 18:14:04 -04:00
eaadf6e4b8 Update .forgejo/workflows/deploy-scripts.yml 2025-07-06 23:45:30 +03:00
Claude Code
08b1d37982 Switch from OIDC to access key authentication in deploy-scripts workflow
- Remove id-token write permission
- Replace role-to-assume with aws-access-key-id and aws-secret-access-key
- Remove role-session-name parameter

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-06 16:38:47 -04:00
d7dee6f8b4 Add .forgejo/workflows/deploy-scripts.yml 2025-07-06 23:26:00 +03:00