Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Removed need for tf folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Oct 6, 2023
1 parent def1f00 commit e1abdbc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
gcloud auth configure-docker
- name: Write GCP Service Account Key to File
run: mkdir "./.github/terraform"
run: echo "$GCP_SA_KEY" > ./.github/terraform/gcp-sa-key.json
run: echo "$GCP_SA_KEY" > ./.github/gcp-sa-key.json
env:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

- name: Authenticate with Google Cloud
run: gcloud auth activate-service-account --key-file=./.github/terraform/gcp-sa-key.json
run: gcloud auth activate-service-account --key-file=./.github/gcp-sa-key.json

- name: Install LLVM 16
run: |
Expand Down

0 comments on commit e1abdbc

Please sign in to comment.