File tree Expand file tree Collapse file tree 12 files changed +46
-8
lines changed Expand file tree Collapse file tree 12 files changed +46
-8
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 1212 pull_request :
1313 branches : [main]
1414 paths :
15- - " exporters/fluentd/**"
16- - " .github/workflows/fluentd.yml"
17-
15+ - " exporters/fluentd/**"
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 99 pull_request :
1010 branches : [main]
1111 paths :
12- - " exporters/geneva/**"
13- - " .github/workflows/geneva_metrics.yml"
12+ - " exporters/geneva/**"
13+ - " .github/workflows/geneva_metrics.yml"
14+ permissions :
15+ contents : read
1416jobs :
1517 cmake_linux :
1618 name : CMake on Linux
Original file line number Diff line number Diff line change 1414 paths :
1515 - " exporters/geneva-trace/**"
1616 - " .github/workflows/geneva_trace.yml"
17+
18+ permissions :
19+ contents : read
1720
1821jobs :
1922 geneva-trace-nuget-generation :
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+ permissions :
18+ contents : read
1719jobs :
1820 create-release :
1921 if : startsWith(github.ref, 'refs/tags/nginx')
22+ permissions :
23+ contents : write # required for creating releases
2024 runs-on : ubuntu-latest
2125 steps :
2226 - name : Release
2529 if : startsWith(github.ref, 'refs/tags/nginx')
2630 runs-on : ubuntu-latest
2731 needs : [nginx-build-test, create-release]
32+ permissions :
33+ contents : write # required for uploading release artifacts
2834 steps :
2935 - name : Create directory
3036 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