We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a427ee3 commit 2595af1Copy full SHA for 2595af1
.github/workflows/gradle-deploy-native-develop.yml
@@ -34,8 +34,9 @@ jobs:
34
- id: 'auth'
35
uses: 'google-github-actions/auth@v2'
36
with:
37
- project_id: 'oci-intern-2019'
+ project_id: ${{ secrets.RUN_PROJECT }}
38
workload_identity_provider: 'projects/832140020593/locations/global/workloadIdentityPools/github/providers/my-repo'
39
+ service_account: ${{ secrets.RUN_SA_KEY }}
40
- name: 'Set up Cloud SDK'
41
uses: google-github-actions/setup-gcloud@v2
42
0 commit comments