Skip to content

Commit 4113a20

Browse files
ci: declare contents: read on validate_pyinstaller workflow (aws#8992)
PR-triggered build of the PyInstaller bundle for linux/macos/windows. Each job is a build matrix that runs docker + python + pyinstaller. No push, no comment, no release write - contents: read suffices. Signed-off-by: Arpit Jain <arpitjain099@gmail.com> Co-authored-by: Reed Hamilton <reedham@amazon.com>
1 parent 2ef8ad8 commit 4113a20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate_pyinstaller.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
env:
99
CI_OVERRIDE: "1"
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
build-for-linux:
1316
name: build-pyinstaller-linux

0 commit comments

Comments
 (0)