Skip to content

Commit 0eafda6

Browse files
committed
wip 2
1 parent c79e196 commit 0eafda6

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/dev.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,14 @@ jobs:
3030
runs-on: ${{ matrix.runner }}
3131
container:
3232
image: datadog/docker-library:dd-trace-cpp-ci-91c12776-${{matrix.docker-arch}}
33+
environment:
34+
name: dev
35+
permissions:
36+
contents: read
37+
packages: read
3338
env:
3439
BUILD_DIR: .build
40+
DD_API_KEY: ${{ secrets.DD_CI_VIS_API_KEY }}
3541
steps:
3642
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3743
- name: Configure
@@ -68,7 +74,7 @@ jobs:
6874
- name: Build
6975
run: bin/with-toolchain ${{ matrix.toolchain }} bazelisk --bazelrc=${{ matrix.bazelrc }} build dd_trace_cpp
7076

71-
build-and-test-windows-bazel:
77+
build-windows-bazel:
7278
needs: format
7379
runs-on: windows-2022
7480
defaults:
@@ -89,7 +95,7 @@ jobs:
8995
- name: Build
9096
run: bazelisk.exe --bazelrc=${{ matrix.bazelrc }} build dd_trace_cpp
9197

92-
build-and-test-windows-cmake:
98+
build-windows-cmake:
9399
needs: format
94100
strategy:
95101
fail-fast: false
@@ -104,6 +110,13 @@ jobs:
104110
defaults:
105111
run:
106112
shell: powershell
113+
environment:
114+
name: dev
115+
permissions:
116+
contents: read
117+
packages: read
118+
env:
119+
DD_API_KEY: ${{ secrets.DD_CI_VIS_API_KEY }}
107120
steps:
108121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109122
- name: Install Dependency Manager (scoop)

0 commit comments

Comments
 (0)