Skip to content

Commit b64f4a6

Browse files
authored
Merge branch 'master' into patch-2
2 parents 39e6a81 + 052a2d0 commit b64f4a6

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v2
3030

31-
# Configure Google Cloud credentials
32-
- name: Configure Google Cloud credentials
33-
uses: google-github-actions/setup-gcloud@v0.2.1
34-
with:
35-
service_account_key: ${{ secrets.GCP_KEY }}
36-
project_id: ${{ secrets.GCP_PROJECT }}
37-
3831
# Insert other testing and linting steps here, eg. container analysis (https://cloud.google.com/container-registry/docs/container-analysis)
3932

4033
# Ensure Docker image can be built

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Build and deploy GitHub Actions [self hosted runners](https://help.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) to Google Cloud [Anthos GKE](https://cloud.google.com/anthos/gke), making them available to a given GitHub repository.
44
5-
![Build status](https://github.com/github-developer/self-hosted-runners-anthos/workflows/Self%20Hosted%20Runner%20CI/CD/badge.svg)
5+
[![awesome-runners](https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg)](https://github.com/jonico/awesome-runners)![Build status](https://github.com/github-developer/self-hosted-runners-anthos/workflows/Self%20Hosted%20Runner%20CI/CD/badge.svg)
66

77
## About
88

0 commit comments

Comments
 (0)