add perms
This commit is contained in:
committed by
GitHub
parent
73e2c90222
commit
c477c94781
7
.github/workflows/builder.yml
vendored
7
.github/workflows/builder.yml
vendored
@@ -6,6 +6,8 @@ jobs:
|
|||||||
build-android:
|
build-android:
|
||||||
name: Build for Android
|
name: Build for Android
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download repository
|
- name: Download repository
|
||||||
@@ -60,6 +62,9 @@ jobs:
|
|||||||
# build-ios:
|
# build-ios:
|
||||||
# name: Build for IOS
|
# name: Build for IOS
|
||||||
# runs-on: macos-latest
|
# runs-on: macos-latest
|
||||||
|
# permissions:
|
||||||
|
# contents: read
|
||||||
|
#
|
||||||
# steps:
|
# steps:
|
||||||
# - name: Download repository
|
# - name: Download repository
|
||||||
# uses: actions/checkout@v4.2.2
|
# uses: actions/checkout@v4.2.2
|
||||||
@@ -123,4 +128,4 @@ jobs:
|
|||||||
# if: ${{ always() }}
|
# if: ${{ always() }}
|
||||||
# run: |
|
# run: |
|
||||||
# security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
|
# security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
|
||||||
# rm ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision
|
# rm ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision
|
||||||
|
|||||||
Reference in New Issue
Block a user