ci: pass GITHUB_TOKEN to super-linter#43
Merged
Conversation
super-linter v8 terminates with FATAL when status reports or pull request summary comments are enabled but no GITHUB_TOKEN is provided. Pass the automatic workflow token and grant the job the permissions it needs, following WasmEdge/wasmedgeup's superlinter.yml. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Yi Huang <yi@secondstate.io>
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
hydai
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the Lint failure currently blocking #21 (and every future PR):
Follows the working setup in WasmEdge/wasmedgeup's
superlinter.yml:secrets.GITHUB_TOKEN) to super-linter — no repo/org secret neededpackages: read+pull-requests: writeso the PR summary comment can be postedDeliberately not ported from wasmedgeup: the
GITHUB_BEFORE_SHAworkaround step — it was already removed from this repo in #8 as resolved upstream (super-linter#6316).This PR's own Lint check runs with the fixed workflow, so a green check here validates the fix.
🤖 Generated by Claude Fable 5 with Claude Code