Skip to content

Commit

Permalink
Try to install missing component
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Mar 30, 2024
1 parent dee21aa commit d9d3255
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ jobs:
with:
workload_identity_provider: projects/${{ secrets.GCP_PROJECT_NUMBER }}/locations/global/workloadIdentityPools/${{ secrets.GCP_WORKLOAD_POOL_ID }}/providers/${{ secrets.GCP_WORKLOAD_PROVIDER_ID }}
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT_NAME }}@${{ secrets.GCP_PROJECT_ID }}.iam.gserviceaccount.com
- name: Setup Cloud SDK
uses: 'google-github-actions/setup-gcloud@v2'
with:
version: '>= 416.0.0'
install_components: 'app-engine-go'
- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v2'
with:
Expand Down

0 comments on commit d9d3255

Please sign in to comment.