You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More details about the installer [here](https://github.com/grll/claude-code-grll-installer).
16
16
17
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).
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). After creating the PAT, you must add it to your repository secrets as `SECRETS_ADMIN_PAT` and include it in your action configuration.
19
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
20
21
21
---
@@ -71,6 +71,7 @@ This fork allows Claude Max subscribers to use their subscription in GitHub Acti
71
71
-`CLAUDE_ACCESS_TOKEN`: Your Claude OAuth access token
72
72
-`CLAUDE_REFRESH_TOKEN`: Your Claude OAuth refresh token
73
73
-`CLAUDE_EXPIRES_AT`: The token expiration timestamp
74
+
-`SECRETS_ADMIN_PAT`: Your GitHub Personal Access Token with `secrets:write` permission (for auto-refreshing tokens)
74
75
4. Use the OAuth configuration in your workflow (see examples below)
@@ -402,8 +417,13 @@ This action is built on top of [`anthropics/claude-code-base-action`](https://gi
402
417
You can pass custom environment variables to Claude Code execution using the `claude_env` input. This is useful for CI/test setups that require specific environment variables:
0 commit comments