From c477c94781f824e0766ff6dd8e09a0b24f103ffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ny=C3=ADl=C3=A1sz=C3=A1r=C3=B3=20Kolomp=C3=A1r=20Olajcsere?= Date: Tue, 25 Feb 2025 17:31:32 +0100 Subject: [PATCH] add perms --- .github/workflows/builder.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 71944652..65279833 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -6,6 +6,8 @@ jobs: build-android: name: Build for Android runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Download repository @@ -60,6 +62,9 @@ jobs: # build-ios: # name: Build for IOS # runs-on: macos-latest +# permissions: +# contents: read +# # steps: # - name: Download repository # uses: actions/checkout@v4.2.2 @@ -123,4 +128,4 @@ jobs: # if: ${{ always() }} # run: | # security delete-keychain $RUNNER_TEMP/app-signing.keychain-db -# rm ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision \ No newline at end of file +# rm ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision