We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7cb5d commit 950e447Copy full SHA for 950e447
1 file changed
.github/workflows/sync.yml
@@ -6,6 +6,9 @@ on:
6
schedule:
7
- cron: "0 */6 * * *" # Every 6 hours
8
9
+permissions:
10
+ contents: write
11
+
12
jobs:
13
sync:
14
0 commit comments