Skip to content

Commit b477e1f

Browse files
authored
fix(update-bundles): gh workflow missing perms (#80)
1 parent db482c5 commit b477e1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/UpdateBundles.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: 'Update Bundles'
22
on:
3+
push:
4+
paths:
5+
- oneclient/**
6+
branches:
7+
- main
38
workflow_dispatch:
49

510
jobs:
@@ -10,6 +15,9 @@ jobs:
1015
- name: Git checkout
1116
uses: actions/checkout@v4
1217

18+
- name: Allow running the script
19+
run: chmod +x ./oneclient/update-bundles.sh
20+
1321
- name: Update Bundles
1422
run: ./oneclient/update-bundles.sh
1523

0 commit comments

Comments
 (0)