Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 24a1013

Browse files
committed
Scope down GitHub token permissions for build.yml
1 parent 829e0ec commit 24a1013

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- main
66
workflow_dispatch:
77
pull_request:
8+
9+
permissions:
10+
contents: read
11+
812
jobs:
913
Build-and-Test-CDK:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)