Skip to content

Commit

Permalink
Test removing args for new action version
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Dec 20, 2023
1 parent 7d3af3c commit bb33d2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,12 @@ jobs:

- id: gcauth
name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCLOUD_AUTH }}

- name: Setup gcloud CLI
uses: google-github-actions/setup-gcloud@v2
with:
version: "337.0.0"
project_id: ${{ env.APP_ID }}

- name: Deploy to Google Cloud
uses: ./.github/actions/deploy_gcloud
Expand Down

0 comments on commit bb33d2b

Please sign in to comment.