Skip to content

Commit b237752

Browse files
authored
Update release.yml permissions
Signed-off-by: Joyce <[email protected]>
1 parent 7a53ab6 commit b237752

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ on:
55
branches:
66
- "master"
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
release:
1013
name: "Release"
1114
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
1217
timeout-minutes: 15
1318
environment: crates_io_release
1419

0 commit comments

Comments
 (0)