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
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Example configuration file:
25
25
```yaml
26
26
# .pr-release.yaml
27
27
28
-
github_token: "ghp_your_token"# Optional; falls back to environment variables
28
+
github_token: "ghp_your_token"# Optional; falls back to environment variables
29
29
# github_owner and github_repo automatically default to the detected repository
30
30
# tools_dir defaults to "tools"
31
31
# npm_token is required only when publishing packages
@@ -36,24 +36,24 @@ tools_dir: "tools"
36
36
37
37
### Environment Variables
38
38
39
-
| Variable | Description | Required |
40
-
| --- | --- | --- |
41
-
| `GITHUB_TOKEN`, `PR_RELEASE_GITHUB_TOKEN`, `COMPOZY_RELEASE_GITHUB_TOKEN`, `RELEASE_TOKEN` | GitHub token used for API calls | Only for GitHub operations |
42
-
| `GITHUB_REPOSITORY` | `<owner>/<repo>` slug. Highest priority for repository detection | No |
| `GITHUB_TOKEN`, `PR_RELEASE_GITHUB_TOKEN`, `COMPOZY_RELEASE_GITHUB_TOKEN`, `RELEASE_TOKEN` | GitHub token used for API calls | Only for GitHub operations |
42
+
| `GITHUB_REPOSITORY` | `<owner>/<repo>` slug. Highest priority for repository detection | No |
0 commit comments