Grant contents: read to the Pages deploy job#5
Merged
Conversation
The job only declared pages/id-token, so checkout got 'repository not found' and the first root deploy failed. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
lowlydba
enabled auto-merge
July 19, 2026 17:54
lowlydba
disabled auto-merge
July 19, 2026 17:56
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.
The first root deploy (run 29697626837) failed at checkout with "repository not found": the deploy job declared only
pages: write+id-token: write, and with no workflow-level grants the token had nocontents: read, so checkout couldn't see the repo.One-line fix: add
contents: readto the job's permissions. zizmor pedantic still reports zero findings.Merging this triggers the deploy (workflow path is in the trigger filter); web/data/* from #4 is already on main, so the site should come up at the root with data.