Skip to content

Commit

Permalink
fix : import env
Browse files Browse the repository at this point in the history
  • Loading branch information
myway00 committed Sep 21, 2023
1 parent c31d225 commit 1a203c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- master

env:
PROJECT_ID: $
PROJECT_ID: ${{ secrets.GCE_PROJECT }}
GCE_INSTANCE: test # TODO: update to instance name
GCE_INSTANCE_ZONE: asia-northeast3 # TODO: update to instance zone

Expand All @@ -37,8 +37,8 @@ jobs:
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
version: '290.0.1'
service_account_key: $
project_id: $
service_account_key: ${{ secrets.GCE_SA_KEY }}
project_id: ${{ secrets.GCE_PROJECT }}

# Configure Docker to use the gcloud command-line tool as a credential
# helper for authentication
Expand Down

0 comments on commit 1a203c5

Please sign in to comment.