diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dfcb19c..12eeb9e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,10 +62,6 @@ jobs: - name: Build and test uses: ./.github/actions/build-and-test - - name: Populate Google application credentials - uses: google-github-actions/auth@v2 - with: - - name: Set gcloud Auth run: echo $FIREBASE_DEPLOY_CREDENTIALS | gcloud auth activate-service-account --key-file=- ;; env: