Skip to content

Commit

Permalink
config: git push commands need write permission in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Dec 31, 2022
1 parent 311a1b7 commit 2826b1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
version:
description: 'Target Version without (-SNAPSHOT)'
required: true

permissions:
contents: write

jobs:
prepare:
name: Prepare Release ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 2826b1b

Please sign in to comment.