Skip to content

Commit

Permalink
Revert changes to GitHub Actions workflows that are pending removal
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Feb 21, 2024
1 parent fa355f7 commit 0e07226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ jobs:
run: npm install

- id: auth
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Setting up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v2
uses: google-github-actions/setup-gcloud@v0

- name: Fetching build artifacts
uses: actions/download-artifact@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
id-token: 'write'
steps:
- id: auth
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Setting up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v2
uses: google-github-actions/setup-gcloud@v0

- name: Cloning repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
run: npm install

- name: Setting up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v2
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand Down

0 comments on commit 0e07226

Please sign in to comment.