Skip to content

Commit ae92492

Browse files
committed
ci: add permission
1 parent bec65b9 commit ae92492

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
schedule:
66
- cron: "30 5 * * *" # runs every day at 5:30 am
77

8+
permissions:
9+
pull-requests: write
10+
811
jobs:
912
bazel-steward:
1013
runs-on: ubuntu-latest
@@ -13,4 +16,3 @@ jobs:
1316
with:
1417
fetch-depth: 0
1518
- uses: VirtusLab/bazel-steward@v1.7.1
16-

0 commit comments

Comments
 (0)