Skip to content
Prev Previous commit
Update build_and_test.yml
  • Loading branch information
petertrr authored Feb 3, 2024
commit 1833056e02f8c9dae249f1bb04b7e3c7bb24e53b
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- 'main'

permissions:
contents: write # https://github.com/gradle/actions/blob/main/setup-gradle/README.md#basic-usage

jobs:
build_and_test_with_code_coverage:
name: Build, test and upload code coverage
Expand Down