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 ad3c0d0 commit 2209998Copy full SHA for 2209998
.github/workflows/ci-report.yml
@@ -15,6 +15,9 @@ defaults:
15
env:
16
MAVEN_ARGS: "-e -B --settings .github/mvn-settings.xml --fail-at-end -Pci-build --no-transfer-progress"
17
18
+permissions:
19
+ contents: read
20
+
21
jobs:
22
publish-build-scans:
23
name: Publish Develocity build scans
.github/workflows/ci.yml
@@ -51,6 +51,9 @@ env:
51
52
TESTCONTAINERS_REUSE_ENABLE: true
53
54
55
56
57
58
build:
59
name: ${{matrix.os.name}}
0 commit comments