We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5f7aa8 + daa1a7e commit 3cb93bbCopy full SHA for 3cb93bb
.github/workflows/ci.yaml
@@ -35,9 +35,6 @@ jobs:
35
strategy:
36
matrix:
37
python-version: ["python311", "python313"]
38
- env:
39
- STACKONE_API_KEY: ${{ secrets.STACKONE_API_KEY }}
40
- OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
41
steps:
42
- name: Checkout repository
43
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
@@ -61,9 +58,6 @@ jobs:
61
58
coverage:
62
59
runs-on: ubuntu-latest
63
60
if: github.ref == 'refs/heads/main'
64
65
66
67
68
69
0 commit comments