Skip to content

Commit

Permalink
bumping github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Mar 3, 2024
1 parent c255408 commit be5cc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
env: ${{ env.BRANCH_NAME }}
desc: Setting up staging deployment for ${{ env.BRANCH_NAME }}
- id: "auth"
uses: "google-github-actions/auth@v1"
uses: "google-github-actions/auth@v2"
with:
workload_identity_provider: "projects/483670036293/locations/global/workloadIdentityPools/neuroglancer-github/providers/github"
service_account: "[email protected]"
- id: deploy
uses: google-github-actions/deploy-appengine@v1
uses: google-github-actions/deploy-appengine@v2
with:
version: ${{ env.GITHUB_SHA }}
deliverables: appengine/frontend/app.yaml
Expand Down

0 comments on commit be5cc77

Please sign in to comment.