Skip to content

Commit f709303

Browse files
committed
chore: default read permissions
1 parent 6e18f16 commit f709303

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: Release
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- 09-17-chore_default_read_permissions
58

6-
permissions: {}
9+
permissions:
10+
# Doing it explicitly because the default permission only includes metadata: read.
11+
contents: read
712

813
jobs:
914
build-rust:

0 commit comments

Comments
 (0)