Skip to content

Commit aea7de7

Browse files
committed
chore(ci): apply least-privilege permissions at job level
1 parent 9081206 commit aea7de7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/on_schedule_monthly_roadmap_reminder.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77

88
permissions:
99
contents: read
10-
pull-requests: read
11-
issues: read
1210

1311

1412
jobs:
1513
call-workflow-passing-data:
14+
permissions:
15+
contents: read
16+
pull-requests: read
17+
issues: write # create monthly roadmap report
1618
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@main
1719
secrets:
1820
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)