Skip to content

Commit

Permalink
Add initial github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere committed Oct 11, 2023
1 parent 57b267f commit d139f74
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy
on: [push]
jobs:
deploy:
permissions:
contents: 'read'
id-token: 'write'
steps:
- uses: 'actions/checkout@v4'
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
with:
workload_identity_provider: ${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ env.GCP_SERVICE_ACCOUNT }}

0 comments on commit d139f74

Please sign in to comment.