We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6156e05 commit 6953e6bCopy full SHA for 6953e6b
.github/workflows/test.yaml
@@ -71,14 +71,10 @@ jobs:
71
runs-on: ubuntu-latest
72
steps:
73
- uses: actions/checkout@v1
74
- - uses: google-github-actions/auth@v0
+ - uses: google-github-actions/auth@v2
75
with:
76
credentials_json: "${{ secrets.CF3_INTEGRATION_TEST_GOOGLE_CREDENTIALS }}"
77
create_credentials_file: true
78
- - name: "Setup Google Cloud SDK"
79
- uses: google-github-actions/setup-gcloud@v0
80
- with:
81
- version: "latest"
82
- name: "Run Cloud Build Integration Tests"
83
run: |
84
cd integration_test
0 commit comments