Skip to content

Commit

Permalink
Update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCowle committed Jan 22, 2024
1 parent 6d84152 commit 6f8b08e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
WORKER_INSTANCES: 1
WEB_MAX_THREADS: 5
WORKER_MAX_THREADS: 10
CF_USERNAME: ${{ secrets.PaaSUsernameSandbox }}
CF_PASSWORD: ${{ secrets.PaaSPasswordSandbox }}
SENTRY_SERVICE_NAME: psd-staging-sentry-env
CF_USERNAME: ${{ secrets.PaaSUsernameInt }}
CF_PASSWORD: ${{ secrets.PaaSPasswordInt }}
SENTRY_SERVICE_NAME: psd-api-test-sentry-env
run: |
cf api api.london.cloud.service.gov.uk
cf auth
Expand Down

0 comments on commit 6f8b08e

Please sign in to comment.