Skip to content

Commit

Permalink
Add set-kubelogin to database backup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RMcVelia committed Jan 31, 2024
1 parent da600fd commit 67b6185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/database-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS_PRODUCTION }}

- uses: DFE-Digital/github-actions/set-kubelogin-environment@master
with:
azure-credentials: ${{ secrets.AZURE_CREDENTIALS_PRODUCTION }}

- name: Install kubectl
uses: azure/setup-kubectl@v3
with:
Expand Down

0 comments on commit 67b6185

Please sign in to comment.