We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1e6ac commit d2dae89Copy full SHA for d2dae89
1 file changed
.github/workflows/pages.yml
@@ -5,9 +5,7 @@ on:
5
workflow_dispatch:
6
7
permissions:
8
- id-token: write
9
contents: read
10
- pages: write
11
12
jobs:
13
build-doxygen-xml:
@@ -101,6 +99,10 @@ jobs:
101
99
- build-sphinx
102
100
- build-scoreboard
103
runs-on: ubuntu-26.04
+ permissions:
+ id-token: write
104
+ contents: read
105
+ pages: write
106
environment:
107
name: github-pages
108
concurrency:
0 commit comments