Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gdakate authored Feb 5, 2024
1 parent 0fbe7a3 commit 327cc51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ env.PROJECT_ID }}

- name: Auth to Google Cloud
uses: google-github-actions/[email protected]
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
secrets: inherit
secrets: inherit
# 소스 코드 압축
- name: Archive Source
run: tar -czvf source.tar.gz .
Expand Down

0 comments on commit 327cc51

Please sign in to comment.