Skip to content

Commit 71610de

Browse files
committed
Added permission to the workflow
1 parent 60fda7e commit 71610de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/fetch-download-stats.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
schedule:
66
- cron: 0 0 * * *
77

8+
permissions: write-all
9+
810
jobs:
911
fetch:
10-
name: fetch
12+
name: fetch-and-publish
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: checkout

0 commit comments

Comments
 (0)