Skip to content

Commit bf852b2

Browse files
committed
Grant workflow write permissions.
1 parent a441241 commit bf852b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update_iree_requirement_pins.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
# Weekdays at 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT
1313
- cron: "0 11 * * 1-5"
1414

15+
permissions:
16+
contents: write
17+
pull-requests: write
18+
1519
jobs:
1620
update-iree:
1721
if: ${{ github.repository_owner == 'nod-ai' || github.event_name != 'schedule' }}

0 commit comments

Comments
 (0)