Skip to content

Commit

Permalink
Merge pull request #26 from biancarosa/biancarosa/update-deploy-api-w…
Browse files Browse the repository at this point in the history
…orkflow

cd: update deploy api workflow to use new actions version
  • Loading branch information
biancarosa authored Jul 18, 2024
2 parents 66cfc44 + b029973 commit 3757fe3
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 3757fe3

Please sign in to comment.