Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skelsec authored Nov 28, 2023
1 parent 4811218 commit 168b6cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: 'actions/checkout@v4'
with:
fetch-depth: 0
- uses: 'google-github-actions/auth@v1'
- id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
workload_identity_provider: 'projects/988671454678/locations/global/workloadIdentityPools/github-actions-auth-pool/providers/github-actions-provider'
service_account: '[email protected]'
credentials_json: '${{ secrets.GCLOUD_BUCKET_SERVICE_USER_SECRET }}'

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 168b6cb

Please sign in to comment.