We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447acf9 commit 052a2d0Copy full SHA for 052a2d0
1 file changed
.github/workflows/cicd.yml
@@ -28,13 +28,6 @@ jobs:
28
- name: Checkout
29
uses: actions/checkout@v2
30
31
- # Configure Google Cloud credentials
32
- - name: Configure Google Cloud credentials
33
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@0.1.3
34
- with:
35
- service_account_key: ${{ secrets.GCP_KEY }}
36
- project_id: ${{ secrets.GCP_PROJECT }}
37
-
38
# Insert other testing and linting steps here, eg. container analysis (https://cloud.google.com/container-registry/docs/container-analysis)
39
40
# Ensure Docker image can be built
0 commit comments