Skip to content

Commit 1cc1741

Browse files
fix(ci): add contents:read permission to Docs workflow
The explicit permissions block omitted contents:read, causing actions/checkout to fail on the private repo with "not found". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c0b7e30 commit 1cc1741

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches: [main]
55
permissions:
6+
contents: read
67
pages: write
78
id-token: write
89
concurrency:

0 commit comments

Comments
 (0)