forestav commited on
Commit
9117f82
·
1 Parent(s): 77c06a9

write access cron job

Browse files
Files changed (1) hide show
  1. .github/workflows/actions.yml +3 -0
.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