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 c748e55 commit 7f4803bCopy full SHA for 7f4803b
.github/workflows/opentelemetry.yml
@@ -10,6 +10,9 @@ on:
10
- release
11
types: [completed]
12
13
+permissions:
14
+ contents: read
15
+
16
jobs:
17
otel-export-trace:
18
runs-on: ubuntu-latest
.github/workflows/test-reporter.yml
@@ -8,6 +8,11 @@ on:
8
types:
9
- completed
+ actions: read
+ checks: write
report:
0 commit comments