File tree Expand file tree Collapse file tree 12 files changed +47
-5
lines changed Expand file tree Collapse file tree 12 files changed +47
-5
lines changed Original file line number Diff line number Diff line change 1313 - ' instrumentation/boost_log/**'
1414 - ' .github/workflows/boost_log.yml'
1515
16+ permissions :
17+ contents : read
18+
1619jobs :
1720 cmake_linux :
1821 name : CMake Linux
Original file line number Diff line number Diff line change 1313 branches : [main]
1414 paths :
1515 - " exporters/fluentd/**"
16- - " .github/workflows/fluentd.yml"
17-
16+ - " .github/workflows/fluentd.yml"
17+
18+ permissions :
19+ contents : read
20+
1821jobs :
1922 cmake_linux :
2023 name : CMake Linux
Original file line number Diff line number Diff line change 1010 branches : [main]
1111 paths :
1212 - " exporters/geneva/**"
13- - " .github/workflows/geneva_metrics.yml"
13+ - " .github/workflows/geneva_metrics.yml"
14+
15+ permissions :
16+ contents : read
17+
1418jobs :
1519 cmake_linux :
1620 name : CMake on Linux
Original file line number Diff line number Diff line change 1515 - " exporters/geneva-trace/**"
1616 - " .github/workflows/geneva_trace.yml"
1717
18+ permissions :
19+ contents : read
20+
1821jobs :
1922 geneva-trace-nuget-generation :
2023 name : Geneva Trace
Original file line number Diff line number Diff line change 1313 - ' instrumentation/glog/**'
1414 - ' .github/workflows/glog.yml'
1515
16+ permissions :
17+ contents : read
18+
1619jobs :
1720 cmake_linux :
1821 name : CMake Linux
Original file line number Diff line number Diff line change 1212 - ' instrumentation/httpd/**'
1313 - ' .github/workflows/httpd.yml'
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 build :
1720 name : Build module
Original file line number Diff line number Diff line change 1313 - ' instrumentation/log4cxx/**'
1414 - ' .github/workflows/log4cxx.yml'
1515
16+ permissions :
17+ contents : read
18+
1619jobs :
1720 cmake_linux :
1821 name : CMake Linux
Original file line number Diff line number Diff line change 1414 paths :
1515 - ' instrumentation/nginx/**'
1616 - ' .github/workflows/nginx.yml'
17+
18+ permissions :
19+ contents : read
20+
1721jobs :
1822 create-release :
1923 if : startsWith(github.ref, 'refs/tags/nginx')
2024 runs-on : ubuntu-latest
25+ permissions :
26+ contents : write
2127 steps :
2228 - name : Release
2329 uses : softprops/action-gh-release@v2
2430 upload-release-artifacts :
2531 if : startsWith(github.ref, 'refs/tags/nginx')
2632 runs-on : ubuntu-latest
2733 needs : [nginx-build-test, create-release]
34+ permissions :
35+ contents : write
2836 steps :
2937 - name : Create directory
3038 run : |
Original file line number Diff line number Diff line change 1212 - " exporters/prometheus/**"
1313 - " .github/workflows/prometheus.yml"
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 prometheus_bazel_linux :
1720 name : Bazel on Linux
Original file line number Diff line number Diff line change 1313 - ' instrumentation/spdlog/**'
1414 - ' .github/workflows/spdlog.yml'
1515
16+ permissions :
17+ contents : read
18+
1619jobs :
1720 cmake_linux :
1821 name : CMake Linux
You can’t perform that action at this time.
0 commit comments