We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a663cc commit 784c421Copy full SHA for 784c421
.github/workflows/ci.yml
@@ -2,6 +2,9 @@ name: Maven Build
2
on:
3
push:
4
5
+permissions:
6
+ contents: read
7
+
8
jobs:
9
build:
10
runs-on: ubuntu-latest
0 commit comments