Skip to content

Commit 05693d8

Browse files
committed
chore(ci): make monthly roadmap reminder workflow immutable for sec
1 parent aea7de7 commit 05693d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on_schedule_monthly_roadmap_reminder.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Monthly roadmap reminder
22

33
on:
44
workflow_dispatch: {}
5-
# schedule:
6-
# - cron: '0 0 1 * *'
5+
schedule:
6+
- cron: '0 0 1 * *'
77

88
permissions:
99
contents: read
@@ -15,6 +15,6 @@ jobs:
1515
contents: read
1616
pull-requests: read
1717
issues: write # create monthly roadmap report
18-
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@main
18+
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@dd7035996f1813dbc50fe78e523d4c2a074258a9
1919
secrets:
2020
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)