Skip to content

Commit 41666c3

Browse files
authored
Merge pull request #1581 from github/fix-check-dist-permissions
Set check-dist workflow permissions
2 parents f80e1aa + 5dd8990 commit 41666c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- main
88
- 'releases/*'
99

10+
permissions:
11+
contents: read
1012
jobs:
1113
verify-build: # make sure the checked in dist/ folder matches the output of a rebuild
1214
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)