Skip to content

Commit a0f83b7

Browse files
committed
fix: Add permissions for GitHub release creation in publish workflow
1 parent 1cfb132 commit a0f83b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-plugin.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
gradle:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
env:
1214
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
1315
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

0 commit comments

Comments
 (0)