Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 4f2da73

Browse files
committed
t7
1 parent 27cb2ed commit 4f2da73

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,19 @@ jobs:
8787
cache_file: "uv.lock"
8888

8989
upload-overwatch:
90-
runs-on: ubuntu-latest
9190
steps:
9291
- name: Install Static Analysis Tools
9392
run: |
9493
pip install mypy==1.15.0
9594
pip install ruff==0.3.3
96-
- name: Install OpenSSL 1.1
97-
run: |
98-
sudo apt-get update
99-
sudo apt-get install -y wget
100-
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.1/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
101-
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
10295
- name: Install Overwatch CLI
10396
run: |
10497
curl -o overwatch-cli https://overwatch.codecov.dev/linux/cli
10598
chmod +x overwatch-cli
10699
- name: Run Overwatch CLI
107100
run: |
108-
./overwatch-cli
101+
./overwatch-cli \
102+
--auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} \
103+
--organization-slug codecov \
104+
python \
105+
--python-path $(which python3)

0 commit comments

Comments
 (0)