Skip to content

Commit f1343a2

Browse files
committed
fix permissions iOS workflow
1 parent f5d08c5 commit f1343a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ios-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@ jobs:
349349
350350
ios-ci-result:
351351
runs-on: ubuntu-latest
352+
permissions:
353+
actions: write
354+
contents: read
352355
if: needs.pre_job.outputs.should_skip != 'true' && always()
353356
needs:
354357
- pre_job

0 commit comments

Comments
 (0)