Skip to content

Commit

Permalink
fix workflow2
Browse files Browse the repository at this point in the history
  • Loading branch information
af-vero committed Jan 22, 2025
1 parent 5a550be commit e3cb3a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e3cb3a3

Please sign in to comment.