Skip to content

Commit

Permalink
Fix permissions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh authored Nov 25, 2024
1 parent 95bdddd commit 909cd61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ jobs:
make-new-release:
name: "Releasing plugin"
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# changed files to the repository.
contents: write
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
- name: set up JDK 1.8
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 909cd61

Please sign in to comment.