Skip to content
Open
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
6 changes: 4 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
workflow_dispatch:

permissions:
id-token: write
contents: read
pages: write

jobs:
build-doxygen-xml:
Expand Down Expand Up @@ -101,6 +99,10 @@ jobs:
- build-sphinx
- build-scoreboard
runs-on: ubuntu-26.04
permissions:
id-token: write
contents: read
pages: write
Comment thread
aobolensk marked this conversation as resolved.
environment:
name: github-pages
concurrency:
Expand Down
Loading