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 c8efde8 commit 259cf7dCopy full SHA for 259cf7d
.github/workflows/ci.yml
@@ -3,6 +3,8 @@ on:
3
4
name: CI
5
6
+permissions: {}
7
+
8
jobs:
9
ci:
10
name: Build and test
.github/workflows/release.yml
@@ -3,6 +3,10 @@ on:
name: Release to Maven Central
+permissions:
+ contents: write
+ actions: write
11
release:
12
name: Build and release
0 commit comments