diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47c063b..36ae0cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: - name: 'Authenticate with GCP' uses: google-github-actions/auth@v2 with: - workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ vars.GCP_SERVICE_ACCOUNT }} - name: Lint run: npm run lint