-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auth with gcp to use Native GCS client
- Loading branch information
Jay Chia
committed
Sep 21, 2023
1 parent
ce9fa8a
commit 438d965
Showing
2 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -258,6 +258,11 @@ jobs: | |
aws-region: us-west-2 | ||
role-to-assume: ${{ secrets.ACTIONS_AWS_ROLE_ARN }} | ||
role-session-name: DaftPythonPackageGitHubWorkflow | ||
- name: Assume GitHub Actions GCloud Credentials | ||
uses: google-github-actions/auth@v1 | ||
with: | ||
workload_identity_provider: projects/511003941844/locations/global/workloadIdentityPools/github/providers/github-ci | ||
service_account: github-integration-tests@compact-harbor-353622.iam.gserviceaccount.com | ||
- name: Spin up IO services | ||
uses: isbang/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters