mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
fix: conformance test
Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
This commit is contained in:
parent
2260475d55
commit
4def5b9dd6
11
.github/workflows/conformance_test.yml
vendored
11
.github/workflows/conformance_test.yml
vendored
@ -18,13 +18,12 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
|
||||
- id: 'auth'
|
||||
name: 'Authenticate to Google Cloud'
|
||||
uses: google-github-actions/auth@v0
|
||||
with:
|
||||
version: '285.0.0'
|
||||
project_id: ${{ secrets.GCP_PROJECT_ID }}
|
||||
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
|
||||
service_account_key: ${{ secrets.GCP_SA_KEY }}
|
||||
export_default_credentials: true
|
||||
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
|
||||
- uses: google-github-actions/setup-gcloud@v0
|
||||
- run: gcloud info
|
||||
- name: Set up Go 1.17
|
||||
uses: actions/setup-go@v1
|
||||
|
Loading…
Reference in New Issue
Block a user