Skip to content

Commit fe5f87b

Browse files
committed
ci: give ios workflow permission to upload artifacts
1 parent 4f91c8e commit fe5f87b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
build-ios:
1919
name: Build for iOS
2020
runs-on: macos-latest
21+
permissions:
22+
contents: write
2123
timeout-minutes: 60
2224
env:
2325
APP_STORE_CONNECT_ISSUER_ID: ${{secrets.APP_STORE_CONNECT_ISSUER_ID}}

0 commit comments

Comments
 (0)