Skip to content

Commit

Permalink
remove auth steps from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kitta65 committed Feb 9, 2024
1 parent 99d1d14 commit 1e6d821
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: "google-github-actions/auth@v2"
with:
# TODO use oidc
credentials_json: "${{secrets.GCP_CREDENTIALS}}"

- uses: "google-github-actions/setup-gcloud@v2"

# necessary to initialize `bq` command
- run: bq query 'select 1;'

- uses: actions/setup-node@v4
with:
node-version: "20.x"
Expand Down

0 comments on commit 1e6d821

Please sign in to comment.