Skip to content

Commit ab99b3e

Browse files
committed
fix readme
1 parent a11ba08 commit ab99b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ We've released an installer script that walks you through the complete setup pro
99

1010
```bash
1111
# cd into your repo
12-
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-grll-installer/main/installer.sh)
12+
bash <(curl -fsSL https://raw.githubusercontent.com/grll/claude-code-action/main/scripts/installer.sh)
1313
```
1414

15-
More details about the installer [here](https://github.com/grll/claude-code-grll-installer).
15+
More details about the installer [here](https://github.com/grll/claude-code-action/tree/main/scripts#readme).
1616

1717
### Key Improvements:
1818
- **✅ 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). After creating the PAT, you must add it to your repository secrets as `SECRETS_ADMIN_PAT` and include it in your action configuration.

0 commit comments

Comments
 (0)