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 e81832a commit b99d702Copy full SHA for b99d702
.github/workflows/release.yml
@@ -119,11 +119,6 @@ jobs:
119
with:
120
workload_identity_provider: projects/${{ secrets.GCP_PROJECT_NUMBER }}/locations/global/workloadIdentityPools/${{ secrets.GCP_WORKLOAD_POOL_ID }}/providers/${{ secrets.GCP_WORKLOAD_PROVIDER_ID }}
121
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT_NAME }}@${{ secrets.GCP_PROJECT_ID }}.iam.gserviceaccount.com
122
- - name: Setup Cloud SDK
123
- uses: 'google-github-actions/setup-gcloud@v2'
124
- with:
125
- version: '>= 416.0.0'
126
- install_components: 'app-engine-go'
127
- id: 'deploy'
128
uses: 'google-github-actions/deploy-appengine@v2'
129
0 commit comments