From e3cb3a337a173f58b27d2ea5fdde9dbe65ce1e34 Mon Sep 17 00:00:00 2001 From: VeroB0 Date: Wed, 22 Jan 2025 13:18:33 +0200 Subject: [PATCH] fix workflow2 --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c43feb..2a175f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,10 @@ on: jobs: testAndroid: - permissions: write-all + permissions: + contents: write + pull-requests: write + repository-projects: write name: Test in ${{ matrix.targetPlatform }} runs-on: ubuntu-latest strategy: