Skip to content

Commit

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

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

Expand All @@ -42,8 +42,8 @@ jobs:
- uses: google-github-actions/setup-gcloud@v0
with:
version: '318.0.0'
service_account_key: ${{ secrets.GCE_SA_KEY }}
project_id: ${{ secrets.GCE_PROJECT }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.GCP_PROJECT }}

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

0 comments on commit 219efcc

Please sign in to comment.