Skip to content
Prev Previous commit
Next Next commit
ci: scope down permissions for aws-lambda-java-events.yml
  • Loading branch information
AdnaneKhan committed Oct 21, 2025
commit 13aeddc486173820a89eeff94201a95edfe40776
3 changes: 3 additions & 0 deletions .github/workflows/aws-lambda-java-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- 'aws-lambda-java-events/**'
- '.github/workflows/aws-lambda-java-events.yml'

permissions:
contents: read

jobs:
build:

Expand Down