Skip to content

Commit 14ac6e2

Browse files
committed
update variable name to match secret in github repo
1 parent 2ff3b37 commit 14ac6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-staging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Deploy hubs to staging
7979
if: ${{ env.DEPLOY }}
8080
run: |
81-
GOOGLE_APPLICATION_CREDENTIALS=${{ secrets.GKE_KEY }}
81+
GOOGLE_APPLICATION_CREDENTIALS=${{ secrets.SOPS_KEY }}
8282
for hub in $(echo -e "${{ env.DEPLOY_HUBS }}"); do
8383
echo "Deploying $hub to staging"
8484
hubploy --verbose deploy $hub hub staging

0 commit comments

Comments
 (0)