Skip to content

Commit 8767f9f

Browse files
Update maven-publish.yml
Explicit write permission may not be needed - we'll see
1 parent 08bfde0 commit 8767f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313

14-
permissions:
15-
contents: write
14+
#permissions:
15+
# contents: write
1616

1717
steps:
1818
- name: Check out Git repository

0 commit comments

Comments
 (0)