Skip to content

Commit

Permalink
cd: update deploy api workflow to use new actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
biancarosa committed Jul 17, 2024
1 parent 66cfc44 commit b029973
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,21 @@ jobs:
setup-build-deploy:
name: Setup, Build, and Deploy
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'

steps:
- name: Checkout
uses: actions/checkout@v2

- uses: google-github-actions/setup-gcloud@v0
- uses: 'google-github-actions/auth@v2'
with:
version: "290.0.1"
service_account_key: ${{ secrets.RUN_SA_KEY }}
project_id: ${{ secrets.RUN_PROJECT }}

- uses: google-github-actions/setup-gcloud@v2

- name: Build
run: |-
gcloud builds submit \
Expand Down

0 comments on commit b029973

Please sign in to comment.