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.
1 parent df24324 commit a14277eCopy full SHA for a14277e
.github/workflows/python-app.yml
@@ -52,7 +52,7 @@ jobs:
52
external-api-tests:
53
runs-on: ubuntu-latest
54
env:
55
- IDT_CREDENTIALS: ${{ secrets.IDT_CREDENTIALS }}
+ CREDENTIALS: ${{ secrets.CREDENTIALS }}
56
steps:
57
- uses: actions/checkout@v4
58
- name: Set up Python 3.11
@@ -71,5 +71,5 @@ jobs:
71
- name: Test external API functionality (complexity scoring)
72
run: |
73
pip install .
74
- echo "$IDT_CREDENTIALS" > test_secret_idt_credentials.json
+ echo "$CREDENTIALS" > test_secret_credentials.json
75
pytest test/test_calculate_complexity_scores.py -s
0 commit comments