Skip to content

Commit 7ef2028

Browse files
committed
fix
1 parent 359c523 commit 7ef2028

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/collect-plugin-data.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
- cron: '30 00 * * *'
55
workflow_dispatch:
66

7+
permissions:
8+
contents:
9+
write
10+
711
jobs:
812
build:
913
name: 'Collect Plugins Data'

.github/workflows/update-directory.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
- cron: '0 10-15 * * *'
55
workflow_dispatch:
66

7+
permissions:
8+
contents:
9+
write
10+
711
jobs:
812
update-directory:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)