Skip to content

Commit 57e8800

Browse files
committed
added basic permission in github actions.
1 parent f4d0b4a commit 57e8800

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
build:
1417
name: Build for ${{ matrix.os }}

0 commit comments

Comments
 (0)