Skip to content

Commit 10a4f70

Browse files
authored
ci: fix permissions for nightly docs
1 parent 5a9a3ad commit 10a4f70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ jobs:
187187
name: rustdoc
188188
runs-on: ubuntu-latest
189189
env: {"RUSTDOCFLAGS": "-D warnings --cfg docsrs"}
190+
permissions:
191+
contents: write
190192
steps:
191193
- uses: actions/checkout@v3
192194
- uses: dtolnay/rust-toolchain@nightly

0 commit comments

Comments
 (0)