Skip to content

Commit

Permalink
chore: update github actions (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
kramuenke authored Apr 30, 2024
1 parent 34b8b2b commit d2a098d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
steps:
# Checkout the codebase
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: auth
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: 'projects/2314364601/locations/global/workloadIdentityPools/github-actions/providers/github-actions-provider '
service_account: '[email protected]'
- name: Setup GCloud
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2
with:
project_id: c6o-production
- name: Deploy
Expand Down

0 comments on commit d2a098d

Please sign in to comment.