add perms

This commit is contained in:
Nyílászáró Kolompár Olajcsere
2025-02-25 17:31:32 +01:00
committed by GitHub
parent 73e2c90222
commit c477c94781

View File

@@ -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