Skip to content

Commit 3cb93bb

Browse files
committed
Merge branch 'main' into feat/uv2nix-integration
2 parents c5f7aa8 + daa1a7e commit 3cb93bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
strategy:
3636
matrix:
3737
python-version: ["python311", "python313"]
38-
env:
39-
STACKONE_API_KEY: ${{ secrets.STACKONE_API_KEY }}
40-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
4138
steps:
4239
- name: Checkout repository
4340
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
@@ -61,9 +58,6 @@ jobs:
6158
coverage:
6259
runs-on: ubuntu-latest
6360
if: github.ref == 'refs/heads/main'
64-
env:
65-
STACKONE_API_KEY: ${{ secrets.STACKONE_API_KEY }}
66-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
6761
steps:
6862
- name: Checkout repository
6963
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)