Skip to content

Commit 6060c31

Browse files
authored
Merge pull request #14 from paraskuk/fix_actions
add permissions to GitHub Actions workflow
2 parents 5f57a61 + 4a3835d commit 6060c31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Rust
22

3+
permissions:
4+
contents: read
35
on:
46
push:
57
branches: [ "main" ]

0 commit comments

Comments
 (0)