Skip to content

Commit

Permalink
Using correct secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Sep 23, 2024
1 parent b407c63 commit 12fcc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: gcp
uses: hoprnet/hopr-workflows/actions/setup-gcp@master
with:
google-credentials: ${{ secrets.GCP_SA_TERRAFORM_JSON }}
google-credentials: ${{ secrets.GCP_SA_TERRAFORM_JSON_STAGING }}
project: hopr-staging
login-gke: 'true'

Expand Down

0 comments on commit 12fcc30

Please sign in to comment.