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.
permissions
1 parent 53f872a commit bd201b5Copy full SHA for bd201b5
.github/workflows/es-yearly-globals.yml
@@ -6,6 +6,10 @@ on:
6
# “At 00:00 on day-of-month 1 in July.” https://crontab.guru/#0_0_1_7_*
7
- cron: "0 0 1 7 *"
8
9
+permissions:
10
+ pull-requests: write
11
+ contents: write
12
+
13
jobs:
14
update:
15
if: github.event_name != 'schedule' || github.repository == 'sindresorhus/globals'
.github/workflows/update.yml
# “At 00:00 on day-of-month 1.” https://crontab.guru/#0_0_1_*_*
- cron: "0 0 1 * *"
update-on-macos:
0 commit comments