Doc: document workflow token check in contributing and mdbook - #1192
Merged
Conversation
alexhraber
force-pushed
the
agent/unknown/todo-01kz51-1785806912
branch
from
August 6, 2026 03:13
5c3c312 to
3b05396
Compare
alexhraber
force-pushed
the
agent/unknown/todo-01kz51-1785806912
branch
from
August 6, 2026 03:45
3b05396 to
59ac261
Compare
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.
Resolves issue #1173 and fixes the release-artifact-sync workflow parse failure observed in run 31066729211.
Changes
CONTRIBUTING.mdand the mdBook.master(v0.96.8) so its first publishable commit is complete..github/workflows/release-artifact-sync.yml: the PR body heredoc was at column zero inside a YAMLrun: |block, so GitHub rejected the workflow before creating any jobs. The heredoc content is now indented as YAML block content while remaining column-zero in the shell script after YAML stripping.Validation
cargo fmt --checkpasses.cargo build --bin decapodpasses.actionlint .github/workflows/release-artifact-sync.ymlpasses.git diff --checkpasses.decapod validate --store user --format jsonpasses locally with zero failures; warnings are limited to the existing risk-map, watcher-audit and stale-workspace review notices.