Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Nov 19, 2024
1 parent 9e8fa84 commit 596b681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
create_credentials_file: true
workload_identity_provider: 'projects/${{ secrets.GCP_PROJECT_ID }}/locations/global/workloadIdentityPools/${{ secrets.GCP_POOL_ID }}/providers/${{ secrets.GCP_PROVIDER_ID }}'
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT_EMAIL }}
service_account: '${{ secrets.GCP_SERVICE_ACCOUNT_EMAIL }}'

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

0 comments on commit 596b681

Please sign in to comment.