Skip to content

Commit 7ea07d3

Browse files
authored
Merge pull request #36 from JDI-Group/redesign
fix: Add write permission to actions steps
2 parents d7f67bc + 709dfa9 commit 7ea07d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
path: build/ios/iphonesimulator/*.app
126126

127127
upload-combined:
128+
permissions: write-all
128129
name: Combine and Upload Builds
129130
needs: [build-apk, build-macos]
130131
runs-on: ubuntu-latest

.github/workflows/submit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
9696

9797
upload-combined:
98+
permissions: write-all
9899
name: Combine and Upload Builds
99100
needs: [build-apk, build-macos]
100101
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)