We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2d8ee commit ec0f2c3Copy full SHA for ec0f2c3
.github/workflows/m2.yml
@@ -1,6 +1,9 @@
1
name: Deploy Maven artifacts
2
on: push
3
4
+permissions:
5
+ contents: write
6
+
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
0 commit comments