Skip to content

Commit ed2e61d

Browse files
committed
Fixing Gradle Publish
1 parent fc6489d commit ed2e61d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradleBuildPublish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: read
11+
packages: write
912
steps:
1013
- name: Checkout sources
1114
uses: actions/checkout@v4

0 commit comments

Comments
 (0)