Skip to content

Commit

Permalink
set env var for sops to use for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Aug 19, 2024
1 parent 7efb398 commit 2ff3b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Deploy hubs to staging
if: ${{ env.DEPLOY }}
run: |
GOOGLE_APPLICATION_CREDENTIALS=${{ secrets.GKE_KEY }}
for hub in $(echo -e "${{ env.DEPLOY_HUBS }}"); do
echo "Deploying $hub to staging"
hubploy --verbose deploy $hub hub staging
Expand Down

0 comments on commit 2ff3b37

Please sign in to comment.