Skip to content

Commit

Permalink
change gke-prod for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Jan 8, 2024
1 parent 34df77a commit 7bf2f45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/google-gke-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
# Authentication via credentials json
- name: Google Auth
id: auth
uses: 'google-github-actions/auth@v2'
uses: google-github-actions/auth@v2
with:
project_id: '${{ vars.GCP_PROJECT_ID }}'
credentials_json: '${{ secrets.GCP_SA_KEY }}'
project_id: ${{ env.GCP_PROJECT_ID }}
credentials_json: ${{ secrets.GCP_SA_KEY }}

# Get google kubernetes engine credentials
- name: Get GKE Credentials
Expand Down

0 comments on commit 7bf2f45

Please sign in to comment.