Skip to content

Commit b69baef

Browse files
committed
Use contents write for gh permissions
1 parent f8a3725 commit b69baef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- fix-gh-worflow-permission # temporary for testing
88

99
permissions:
10-
pages: write
10+
contents: write
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/deploy-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- fix-gh-worflow-permission # temporary for testing
88

99
permissions:
10-
pages: write
10+
contents: write
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)