Skip to content

Commit 24ca4b4

Browse files
committed
ci: declare contents: read on zig compiler workflow
zig.yml runs the Zig cross-compile of aws-lc on multiple architectures. Pure CI - checkout + build + test. No git pushes or comments.
1 parent 7830af6 commit 24ca4b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/zig.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref_name }}
99
cancel-in-progress: true
10+
11+
permissions:
12+
contents: read
13+
1014
jobs:
1115
zig:
1216
if: github.repository_owner == 'aws'

0 commit comments

Comments
 (0)