We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb4e5e commit 0a35b7dCopy full SHA for 0a35b7d
.github/workflows/build.yaml
@@ -1,4 +1,7 @@
1
name: Build and Test
2
+permissions:
3
+ contents: read
4
+ pull-requests: write
5
on:
6
push:
7
branches:
.github/workflows/release.yaml
name: Publish package maven
+ pull-requests: read
release:
types: [created]
0 commit comments