We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4c71d commit e7ea3aaCopy full SHA for e7ea3aa
1 file changed
.github/workflows/scheduled.yml
@@ -0,0 +1,16 @@
1
+---
2
+name: scheduled
3
+on:
4
+ workflow_dispatch: { } # Allows manually trigger this workflow
5
+ schedule:
6
+ - cron: "0 3 * * *"
7
+
8
+permissions:
9
+ pull-requests: write
10
+ id-token: write
11
+ contents: write
12
13
+jobs:
14
+ scheduled:
15
+ uses: cloudposse-github-actions/.github/.github/workflows/shared-scheduled.yml@main
16
+ secrets: inherit
0 commit comments