Skip to content

Commit

Permalink
Revert workload_identity_provider attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Dec 11, 2023
1 parent bd8f749 commit 70bf341
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
branches:
- master
- docker
permissions:
id-token: write # This is required for requesting the JWT (GCloud auth)
contents: read # This is required for actions/checkout
packages: read

jobs:
deploy:
name: Deploy using GCloud
Expand All @@ -33,9 +30,8 @@ jobs:
id: auth
uses: 'google-github-actions/auth@v1'
with:
project_id: ${{ vars.GCP_PROJECT_ID }}
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.SERVICE_ACCOUNT }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
credentials_json: '${{ secrets.GCP_SA_KEY }}'
- name: Setup GCloud
uses: google-github-actions/setup-gcloud@v2

Expand Down

0 comments on commit 70bf341

Please sign in to comment.