Skip to content

Commit

Permalink
Dont login to service account
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Feb 6, 2024
1 parent 401dc57 commit beaaf5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/fc-kernels-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Service Account
uses: google-github-actions/auth@v1
with:
workload_identity_provider: ${{ secrets.workload_identity_provider }}
service_account: ${{ secrets.service_account_email }}

- name: Build kernels
working-directory: ./packages/fc-kernels
run: make build
Expand Down

0 comments on commit beaaf5f

Please sign in to comment.