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

Commit 463b1c4

Browse files
committed
t290
1 parent 8a47532 commit 463b1c4

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -113,25 +113,7 @@ jobs:
113113
- name: Run Overwatch CLI
114114
run: |
115115
./overwatch-cli \
116-
--auth-token ${{ secrets.CODECOV_SENTRY_RELEASE_TOKEN }} \
116+
--auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} \
117117
--organization-slug codecov \
118118
python \
119119
--python-path $(which python3)
120-
121-
patch-typing-check:
122-
runs-on: ubuntu-latest
123-
steps:
124-
- uses: actions/checkout@v4
125-
with:
126-
submodules: 'recursive'
127-
- uses: actions/setup-python@v5
128-
with:
129-
python-version: "3.12"
130-
- run: pip install mypy==1.13.0
131-
- name: Print Current Working Directory
132-
run: pwd
133-
- name: List Contents of Current Working Directory
134-
run: ls -la
135-
- name: List Directories Under Root
136-
run: ls -d /*/
137-
- run: mypy .

0 commit comments

Comments
 (0)