We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359c523 commit 7ef2028Copy full SHA for 7ef2028
2 files changed
.github/workflows/collect-plugin-data.yml
@@ -4,6 +4,10 @@ on:
4
- cron: '30 00 * * *'
5
workflow_dispatch:
6
7
+permissions:
8
+ contents:
9
+ write
10
+
11
jobs:
12
build:
13
name: 'Collect Plugins Data'
.github/workflows/update-directory.yml
- cron: '0 10-15 * * *'
update-directory:
runs-on: ubuntu-latest
0 commit comments