Skip to content

Commit 6a8e6c9

Browse files
committed
update readme
1 parent 63c22f5 commit 6a8e6c9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
# Claude Code Action (OAuth Fork)
44

5+
## 🚀 Recent Update (2025-06-29)
6+
7+
### **🎉 NEW: One-Command Installer Script**
8+
We've released an installer script that walks you through the complete setup process for your repo! Simply run:
9+
10+
```bash
11+
# cd into your repo
12+
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-grll-installer/main/installer.sh)
13+
```
14+
15+
More details about the installer [here](https://github.com/grll/claude-code-grll-installer).
16+
17+
### Key Improvements:
18+
- **✅ Fixed Token Expiry Issue (#2)**: The action now automatically refreshes OAuth tokens using a GitHub Personal Access Token (PAT). Learn how to create the PAT [here](https://github.com/grll/claude-code-login?tab=readme-ov-file#prerequisites-setting-up-secrets_admin_pat).
19+
- **🔄 New OAuth Branch Creation**: We've created a new GitHub action that creates an "OAuth" branch without invalidating your local OAuth setup: https://github.com/grll/claude-code-login
20+
21+
---
22+
523
**This is a fork of the official Claude Code Action that adds support for OAuth authentication, allowing Claude Max subscribers to use their subscription in GitHub Actions.**
624

725
**How to use this fork**: https://grll.bearblog.dev/use-claude-github-actions-with-claude-max/

0 commit comments

Comments
 (0)