Skip to content

Commit ea0427d

Browse files
committed
update the readme
1 parent 9082475 commit ea0427d

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

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

33
# Claude Code Action (OAuth Fork)
44

5+
## UPDATE (2025-07-08)
6+
7+
Anthropic finally brought that capabilities natively making this repository obselete.
8+
9+
You can uninstall everything as simply as you installed it using the uninstaller:
10+
11+
```bash
12+
# cd into your repo
13+
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/uninstaller.sh)
14+
```
15+
16+
Then you can install the github action / token secret directly via the claude code cli:
17+
18+
```
19+
claude
20+
/install-github-app Set up Claude GitHub Actions for a repository
21+
use current repo
22+
│ A Claude workflow file already exists at .github/workflows/claude.yml
23+
24+
│ What would you like to do?
25+
26+
│ ❯ 1. Update workflow file with latest version 👈
27+
28+
│ > Create a long-lived token with your Claude subscription 👈
29+
│ Enter a new API key
30+
```
31+
532
## 🚀 Recent Update (2025-06-29)
633

734
### **🎉 NEW: One-Command Installer Script**

0 commit comments

Comments
 (0)