Skip to content

Commit 913be45

Browse files
authored
Merge pull request #106 from Homebrew/release-fix
workflows/release: fix permissions
2 parents 5a1d322 + b385393 commit 913be45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
description: Version to use for release tag
88
required: true
99

10-
permissions: {}
10+
permissions:
11+
contents: read
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)