Skip to content

Commit

Permalink
ci: fix broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga committed Jan 22, 2024
1 parent a738b06 commit e97e6ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: "read"
id-token: "write"
actions: "read"
pull-requests: write
steps:
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
with:
cache: "npm"
node-version-file: ".nvmrc"

- uses: "google-github-actions/auth@v2"
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand Down

0 comments on commit e97e6ca

Please sign in to comment.