mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-16 17:31:58 +00:00
Bring back Set up Cloud SDK
step to Build the CLI and publish
job
This commit is contained in:
parent
4ddcb7cb92
commit
7a6856a6e9
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -233,6 +233,12 @@ jobs:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Cloud SDK
|
||||
uses: google-github-actions/setup-gcloud@master
|
||||
with:
|
||||
service_account_key: ${{ secrets.GCR_JSON_KEY }}
|
||||
export_default_credentials: true
|
||||
|
||||
- uses: haya14busa/action-cond@v1
|
||||
id: condval
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user