Skip to content

Commit

Permalink
Add write permission; needed for creating release
Browse files Browse the repository at this point in the history
Needed on new repos, but not older ones ??
  • Loading branch information
will-molloy committed Jun 1, 2024
1 parent 19af420 commit 49f9927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches: [ main ]

permissions:
contents: write

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ template repo for Java projects using Gradle

### Build and test

```
```bash
./gradlew spotlessApply build integrationTest
```

Expand Down

0 comments on commit 49f9927

Please sign in to comment.