Skip to content

Commit c0003e6

Browse files
committed
Fix updating dependency graph
1 parent af6946e commit c0003e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: write
15+
contents: read
1616
packages: write
1717

1818
steps:

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
build:
1919

2020
runs-on: ubuntu-latest
21+
permissions:
22+
contents: write
2123

2224
steps:
2325
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)