Skip to content

Commit

Permalink
ci: Add contents write permission for build-website (#5017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Aug 18, 2024
1 parent d2d322d commit c9e209f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ jobs:

build-website:
runs-on: ubuntu-latest
permissions:
contents: write
needs:
- build-rust-doc
- build-java-doc
Expand Down

0 comments on commit c9e209f

Please sign in to comment.