Skip to content

Commit

Permalink
gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Dogan committed Feb 13, 2025
1 parent c6af894 commit 644e9ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo-envs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

secrets:
dt_api_token: ${{ secrets.DT_API_TOKEN_SPRINT_XXO38725 }}
credentials_json: '${{ secrets.GCP_CREDENTIALS_JSON }}'
gcp_credentials_json: '${{ secrets.GCP_CREDENTIALS_JSON }}'

# deploy_sprint:
# needs: destroy_sprint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
dt_api_token:
description: "Dynatrace API Token"
required: false
credentials_json:
gcp_credentials_json:
description: "GCP Credentials JSON"
required: false

Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
if: matrix.provider == 'gcloud'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS_JSON }}'
credentials_json: ${{ secrets.gcp_credentials_json }}

- name: 'Set up Cloud SDK'
if: matrix.provider == 'gcloud'
Expand Down

0 comments on commit 644e9ee

Please sign in to comment.