Skip to content

Commit

Permalink
Merge pull request #2477 from DFE-Digital/database-fix
Browse files Browse the repository at this point in the history
Adding kubernetes credentials action to restore preprod job
  • Loading branch information
shaheislamdfe authored Oct 30, 2024
2 parents ff6633e + 1e72c74 commit 5c4c74b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ jobs:
with:
name: backup-sanitised

- uses: ./.github/actions/set-kubernetes-credentials
with:
environment: preproduction
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}

- name: Install kubectl
uses: DFE-Digital/github-actions/set-kubectl@master

Expand Down

0 comments on commit 5c4c74b

Please sign in to comment.