Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ on:
required: false
type: boolean

# `deploydocs` pushes to gh-pages via GITHUB_TOKEN (when no DOCUMENTER_KEY), which
# needs `contents: write`. Set it here in the reusable so consumer caller jobs don't
# each have to grant it (the prior per-repo permissions blocks dropped in the CI
# centralization migration were the symptom; this is the fix at the source).
permissions:
actions: write
contents: write
statuses: write

jobs:
tests:
name: "Build and Deploy Documentation"
Expand Down
Loading