Skip to content

token issue fixed#10

Merged
lv10 merged 4 commits intomainfrom
dev
Mar 14, 2026
Merged

token issue fixed#10
lv10 merged 4 commits intomainfrom
dev

Conversation

@lv10
Copy link
Copy Markdown
Owner

@lv10 lv10 commented Mar 14, 2026

the fix. token = "GH_TOKEN" was passing the literal string as the token, causing the 401. token = { env = "GH_TOKEN" } tells semantic-release to read it from the GH_TOKEN environment variable that your workflow already sets correctly.

@lv10 lv10 merged commit aeccad2 into main Mar 14, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant