We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7f67bc + 709dfa9 commit 7ea07d3Copy full SHA for 7ea07d3
.github/workflows/compile.yml
@@ -125,6 +125,7 @@ jobs:
125
path: build/ios/iphonesimulator/*.app
126
127
upload-combined:
128
+ permissions: write-all
129
name: Combine and Upload Builds
130
needs: [build-apk, build-macos]
131
runs-on: ubuntu-latest
.github/workflows/submit.yml
@@ -95,6 +95,7 @@ jobs:
95
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
96
97
98
99
100
101
0 commit comments