Skip to content

Commit 9ba5d60

Browse files
committed
fix: Add permissions to auto-update caller for reusable workflow
1 parent 2b92e17 commit 9ba5d60

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/auto-update.yml

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

7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
actions: write
11+
712
jobs:
813
auto-update:
914
uses: tryAGI/workflows/.github/workflows/auto-update.yml@main

0 commit comments

Comments
 (0)