Skip to content

Commit 8c359a1

Browse files
authored
update: set explicit permissions for GitHub workflows - release-builds (#3390)
See #3386 CC @FranzBusch @ktoso @Lukasa Signed-off-by: Melissa Kilby <mkilby@apple.com>
1 parent f5a2e75 commit 8c359a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release_builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ on:
102102
description: "Environment variables for Windows jobs as JSON (e.g., '{\"DEBUG\":\"1\",\"LOG_LEVEL\":\"info\"}')."
103103
default: "{}"
104104

105+
permissions:
106+
contents: read
107+
105108
jobs:
106109
construct-matrix:
107110
name: Construct release build matrix

0 commit comments

Comments
 (0)