Skip to content

Commit 3649dd6

Browse files
authored
chore: add contents: write permission to rustdoc workflow (#152)
1 parent 78116cc commit 3649dd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rustdoc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
rustdoc:
1818
runs-on: ubuntu-latest
1919

20+
permissions:
21+
contents: write
22+
2023
steps:
2124
- name: Checkout repository
2225
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

0 commit comments

Comments
 (0)