Skip to content

Commit 980ff7f

Browse files
committed
Permissions -
1 parent efc745b commit 980ff7f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/doxygen.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,20 @@ on:
55
branches:
66
- main
77

8+
89
jobs:
910
build:
1011
runs-on: ubuntu-latest
1112

13+
permissions:
14+
contents: read
15+
pages: write
16+
id-token: write
17+
18+
environment:
19+
name: github-pages
20+
url: ${{ steps.deployment.outputs.page_url }}
21+
1222
steps:
1323
- name: Checkout code
1424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)