Skip to content

Commit df9629c

Browse files
author
mcp-devbench-bot
committed
chore(semantic-release): read GH token from GH_TOKEN or GITHUB_TOKEN
1 parent 90d6fb3 commit df9629c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,7 @@ reportMissingTypeArgument = false
161161
reportUnnecessaryIsInstance = false
162162
reportUnnecessaryComparison = false
163163
reportOptionalMemberAccess = false
164+
165+
[tool.semantic_release.remote.token]
166+
env = "GH_TOKEN"
167+
default_env = "GITHUB_TOKEN"

0 commit comments

Comments
 (0)