Skip to content

Commit

Permalink
Remove Oxford dictionaries API creds
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneLambert committed Mar 5, 2024
1 parent fc2b773 commit a4a2da1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

services:
postgres:
image: postgres:13.4
image: postgres:14.6
env:
POSTGRES_DB: github_actions
POSTGRES_USER: postgres
Expand Down Expand Up @@ -78,9 +78,6 @@ jobs:
EMAIL_HOST_SES: ${{ secrets.EMAIL_HOST_SES }}
EMAIL_HOST_USER_SES: ${{ secrets.EMAIL_HOST_USER_SES }}
FIELD_ENCRYPTION_KEY: ${{ secrets.FIELD_ENCRYPTION_KEY }}
OD_API_BASE_URL: ${{ secrets.OD_API_BASE_URL }}
OD_APPLICATION_ID: ${{ secrets.OD_APPLICATION_ID }}
OD_APPLICATION_KEY_1: ${{ secrets.OD_APPLICATION_KEY_1 }}
PYTEST_TEST_PASSWORD: ${{ secrets.PYTEST_TEST_PASSWORD }}
RECAPTCHA_PRIVATE_KEY: ${{ secrets.RECAPTCHA_PRIVATE_KEY }}
RECAPTCHA_PUBLIC_KEY: ${{ secrets.RECAPTCHA_PUBLIC_KEY }}
Expand Down

0 comments on commit a4a2da1

Please sign in to comment.