File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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**
You can’t perform that action at this time.
0 commit comments