Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit fc0798b

Browse files
authored
fix(gcloud): use new v1 version
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
1 parent 8fee214 commit fc0798b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cleanup-staging.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
uses: actions/checkout@v3.3.0
1616
with:
1717
persist-credentials: false
18+
19+
- name: Auth G Cloud
20+
uses: 'google-github-actions/auth@v1'
21+
with:
22+
credentials_json: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NODEJS_INFRASTRUCTURE }}'
1823

1924
- name: Setup G Cloud
20-
uses: google-github-actions/setup-gcloud@v0
21-
with:
22-
project_id: ${{ secrets.GCP_PROJECT_ID }}
23-
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
24-
service_account_key: ${{ secrets.GCP_SA_KEY }}
25-
export_default_credentials: true
25+
uses: google-github-actions/setup-gcloud@v1
2626

2727
- name: Remove from G Cloud Storage
2828
run: gsutil -m rm -f gs://staging.nodejs.dev/${{ github.event.pull_request.number }}/** || true

0 commit comments

Comments
 (0)