Skip to content

Commit 2261f0d

Browse files
authored
Merge pull request #21 from drivecore/fix/deployment-workflow
Fix GitHub Actions deployment workflow authentication
2 parents b8f2cd9 + 16065e7 commit 2261f0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
id: auth
2929
uses: google-github-actions/auth@v2
3030
with:
31-
workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
32-
service_account: ${{ secrets.WIF_SERVICE_ACCOUNT }}
31+
credentials_json: ${{ secrets.GCP_SA_KEY }}
3332

3433
- name: Set up Cloud SDK
3534
uses: google-github-actions/setup-gcloud@v2

0 commit comments

Comments
 (0)