Skip to content

Commit c70cdb5

Browse files
committed
add write permission to CI
1 parent fc2d5b5 commit c70cdb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ env:
1010
GITHUB_TOKEN: ${{ github.token }}
1111
RUST_BACKTRACE: 1
1212

13+
permissions:
14+
contents: write
15+
1316
jobs:
1417
test:
1518
name: ${{ matrix.platform.os_name }} with rust ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)