Skip to content

Commit e43af6e

Browse files
committed
Give release step write permissions on contents
1 parent ccc8d88 commit e43af6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Build
3030
run: mvn ${{ env.maven_commands }}
3131
release:
32+
permissions:
33+
contents: write
3234
needs: build
3335
if: startsWith(github.ref, 'refs/tags')
3436
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)