Skip to content

Commit 2595af1

Browse files
committed
Last go before I revert
1 parent a427ee3 commit 2595af1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle-deploy-native-develop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
- id: 'auth'
3535
uses: 'google-github-actions/auth@v2'
3636
with:
37-
project_id: 'oci-intern-2019'
37+
project_id: ${{ secrets.RUN_PROJECT }}
3838
workload_identity_provider: 'projects/832140020593/locations/global/workloadIdentityPools/github/providers/my-repo'
39+
service_account: ${{ secrets.RUN_SA_KEY }}
3940
- name: 'Set up Cloud SDK'
4041
uses: google-github-actions/setup-gcloud@v2
4142
with:

0 commit comments

Comments
 (0)