Skip to content

Commit 99f4175

Browse files
authored
fix: set updatecli gha permission
1 parent 07f9e40 commit 99f4175

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/updatecli.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
schedule:
1010
# Run every hour
1111
- cron: "0 * * * *"
12-
permissions: {}
12+
permissions:
13+
contents: "write"
14+
pull-requests: "write"
1315
jobs:
1416
updatecli:
1517
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)