Skip to content

Commit 214db5a

Browse files
committed
chore: remove unused API keys from CI workflow
Remove STACKONE_API_KEY and OPENAI_API_KEY environment variables from CI workflow as they are not used in tests: - STACKONE_API_KEY is only used in a skipped integration test - OPENAI_API_KEY is not used in any tests
1 parent 0bbfd2d commit 214db5a

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
@@ -40,9 +40,6 @@ jobs:
4040
sync-extras: "--all-extras"
4141
- python-version: "3.13"
4242
sync-extras: "--all-extras"
43-
env:
44-
STACKONE_API_KEY: ${{ secrets.STACKONE_API_KEY }}
45-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
4643
steps:
4744
- name: Checkout repository
4845
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
@@ -67,9 +64,6 @@ jobs:
6764
coverage:
6865
runs-on: ubuntu-latest
6966
if: github.ref == 'refs/heads/main'
70-
env:
71-
STACKONE_API_KEY: ${{ secrets.STACKONE_API_KEY }}
72-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
7367
steps:
7468
- name: Checkout repository
7569
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)