Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit d6444f5

Browse files
committed
restore credentials to coverage workflow
1 parent d6f229b commit d6444f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pycov.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- uses: actions/checkout@v3
1919

2020
- name: Setup gcloud Auth
21-
uses: google-github-actions/auth@v1
21+
uses: google-github-actions/auth@v3
2222
with:
23-
credentials_json: "${{ secrets.GC_SERVICE_KEY }}"
23+
credentials_json: "${{ secrets.GCLOUD_CREDENTIALS_JSON }}"
2424

2525
- name: Setup gcloud CLI
2626
uses: google-github-actions/setup-gcloud@main

0 commit comments

Comments
 (0)