Spaces:
Running
Running
write access cron job
Browse files
.github/workflows/actions.yml
CHANGED
@@ -5,6 +5,9 @@ on:
|
|
5 |
- cron: "0 */6 * * *" # Runs every 6 hours
|
6 |
workflow_dispatch: # Allows manual triggering
|
7 |
|
|
|
|
|
|
|
8 |
jobs:
|
9 |
update-database:
|
10 |
runs-on: ubuntu-latest
|
|
|
5 |
- cron: "0 */6 * * *" # Runs every 6 hours
|
6 |
workflow_dispatch: # Allows manual triggering
|
7 |
|
8 |
+
permissions:
|
9 |
+
contents: write
|
10 |
+
|
11 |
jobs:
|
12 |
update-database:
|
13 |
runs-on: ubuntu-latest
|