Skip to content

Commit a14277e

Browse files
committed
refactor: credentials for CI/CD
1 parent df24324 commit a14277e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
external-api-tests:
5353
runs-on: ubuntu-latest
5454
env:
55-
IDT_CREDENTIALS: ${{ secrets.IDT_CREDENTIALS }}
55+
CREDENTIALS: ${{ secrets.CREDENTIALS }}
5656
steps:
5757
- uses: actions/checkout@v4
5858
- name: Set up Python 3.11
@@ -71,5 +71,5 @@ jobs:
7171
- name: Test external API functionality (complexity scoring)
7272
run: |
7373
pip install .
74-
echo "$IDT_CREDENTIALS" > test_secret_idt_credentials.json
74+
echo "$CREDENTIALS" > test_secret_credentials.json
7575
pytest test/test_calculate_complexity_scores.py -s

0 commit comments

Comments
 (0)