Skip to content

fix(ci): add GITHUB_TOKEN to CLA check workflow#1088

Merged
steilerDev merged 1 commit into
betafrom
fix/cla-token
Mar 20, 2026
Merged

fix(ci): add GITHUB_TOKEN to CLA check workflow#1088
steilerDev merged 1 commit into
betafrom
fix/cla-token

Conversation

@steilerDev
Copy link
Copy Markdown
Owner

Summary

  • The contributor-assistant/github-action requires GITHUB_TOKEN for Octokit client initialization
  • Without it, the action crashes: Error: Parameter token or opts.auth is required
  • PERSONAL_ACCESS_TOKEN (app token) is still used for CLA signature commits to the remote repo

Test plan

  • CLA check passes on this PR itself (self-validating fix)

🤖 Generated with Claude Code

The contributor-assistant action requires GITHUB_TOKEN for its Octokit
client initialization, separate from PERSONAL_ACCESS_TOKEN used for
CLA signature commits. Without it, the action crashes with
"Parameter token or opts.auth is required".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@steilerDev steilerDev merged commit a289c24 into beta Mar 20, 2026
12 of 13 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.1.1-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant