We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b92e17 commit 9ba5d60Copy full SHA for 9ba5d60
1 file changed
.github/workflows/auto-update.yml
@@ -4,6 +4,11 @@ on:
4
- cron: '0 */3 * * *'
5
workflow_dispatch:
6
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
+ actions: write
11
+
12
jobs:
13
auto-update:
14
uses: tryAGI/workflows/.github/workflows/auto-update.yml@main
0 commit comments