File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
- name : Authenticate to Google Cloud
22
22
uses : google-github-actions/auth@v2
23
23
with :
24
- project_id : ' som-rit-infrastructure-prod '
25
- workload_identity_provider : ' projects/294515190965/locations/global/workloadIdentityPools/github/providers/susom-github '
24
+ project_id : ${{ secrets.WORKLOAD_IDENTITY_PROJECT }}
25
+ workload_identity_provider : ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
26
26
create_credentials_file : true
27
27
export_environment_variables : true
28
28
cleanup_credentials : true
83
83
- name : Authenticate to Google Cloud
84
84
uses : google-github-actions/auth@v2
85
85
with :
86
- project_id : ' som-rit-infrastructure-prod '
87
- workload_identity_provider : ' projects/294515190965/locations/global/workloadIdentityPools/github/providers/susom-github '
86
+ project_id : ${{ secrets.WORKLOAD_IDENTITY_PROJECT }}
87
+ workload_identity_provider : ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
88
88
create_credentials_file : true
89
89
export_environment_variables : true
90
90
cleanup_credentials : true
You can’t perform that action at this time.
0 commit comments