Skip to content

Commit ec0f2c3

Browse files
Let dependabot deploy m2 artifacts
1 parent 4a2d8ee commit ec0f2c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/m2.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Deploy Maven artifacts
22
on: push
33

4+
permissions:
5+
contents: write
6+
47
jobs:
58
deploy:
69
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)