Skip to content

Commit ba35881

Browse files
authored
Fix doc build (#1297)
1 parent a5ec752 commit ba35881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build_test_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
permissions:
3030
id-token: write
31-
contents: read
31+
contents: write
3232

3333
jobs:
3434
get_release_type:

.github/workflows/test_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
permissions:
2626
id-token: write
27-
contents: read
27+
contents: write
2828

2929
jobs:
3030
build_test_upload:

0 commit comments

Comments
 (0)