Skip to content

Commit b2dabd8

Browse files
committed
fix permissions
1 parent b9b92dc commit b2dabd8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cargo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
required: true
88
type: string
99

10+
permissions: {}
11+
1012
jobs:
1113
setup:
1214
name: Setup

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
jobs:
1212
cargo:
13+
permissions:
14+
contents: write
1315
strategy:
1416
fail-fast: false
1517
matrix:

0 commit comments

Comments
 (0)